Software /
code /
prosody
Changeset
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 |
parents | 12323:d14b213549cf |
children | 12325:7457d6d27a0f |
files | prosody.cfg.lua.dist |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/prosody.cfg.lua.dist Sat Feb 05 18:10:41 2022 +0100 +++ b/prosody.cfg.lua.dist Sat Feb 05 18:14:17 2022 +0100 @@ -178,7 +178,7 @@ info = "prosody.log"; -- Change 'info' to 'debug' for verbose logging error = "prosody.err"; -- "*syslog"; -- Uncomment this for logging to syslog - -- "*console"; -- Log to the console, useful for debugging with daemonize=false + -- "*console"; -- Log to the console, useful for debugging when running in the foreground } -- Uncomment to enable statistics