Software /
code /
prosody
Comparison
prosody.cfg.lua.dist @ 12324:041602327fc2
prosody.cfg.lua.dist: Remove mention of deprecated daemonize option
Just run ./prosody like me!
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 05 Feb 2022 18:14:17 +0100 |
parent | 12323:d14b213549cf |
child | 12325:7457d6d27a0f |
comparison
equal
deleted
inserted
replaced
12323:d14b213549cf | 12324:041602327fc2 |
---|---|
176 -- For advanced logging see https://prosody.im/doc/logging | 176 -- For advanced logging see https://prosody.im/doc/logging |
177 log = { | 177 log = { |
178 info = "prosody.log"; -- Change 'info' to 'debug' for verbose logging | 178 info = "prosody.log"; -- Change 'info' to 'debug' for verbose logging |
179 error = "prosody.err"; | 179 error = "prosody.err"; |
180 -- "*syslog"; -- Uncomment this for logging to syslog | 180 -- "*syslog"; -- Uncomment this for logging to syslog |
181 -- "*console"; -- Log to the console, useful for debugging with daemonize=false | 181 -- "*console"; -- Log to the console, useful for debugging when running in the foreground |
182 } | 182 } |
183 | 183 |
184 -- Uncomment to enable statistics | 184 -- Uncomment to enable statistics |
185 -- For more info see https://prosody.im/doc/statistics | 185 -- For more info see https://prosody.im/doc/statistics |
186 -- statistics = "internal" | 186 -- statistics = "internal" |