ng: Apply previous two changes to 0.12 config as well
This commit is contained in:
parent
2a8ec06934
commit
bfa98dcb30
1 changed files with 2 additions and 1 deletions
|
@ -221,12 +221,13 @@ archive_expires_after = (ENV_PROSODY_ARCHIVE_EXPIRY_DAYS or ENV_PROSODY_RETENTIO
|
|||
-- Logging configuration
|
||||
-- For advanced logging see https://prosody.im/doc/logging
|
||||
log = {
|
||||
[ENV_PROSODY_LOGLEVEL or "info"] = "*stdout";
|
||||
[ENV_PROSODY_LOGLEVEL or "info"] = "*console";
|
||||
}
|
||||
|
||||
|
||||
-- For more info see https://prosody.im/doc/statistics
|
||||
statistics = ENV_PROSODY_STATISTICS
|
||||
statistics_interval = tonumber(ENV_PROSODY_STATISTICS_INTERVAL) or ENV_PROSODY_STATISTICS_INTERVAL
|
||||
|
||||
|
||||
-- Certificates
|
||||
|
|
Loading…
Reference in a new issue