# HG changeset patch # User Kim Alvefur # Date 1644081257 -3600 # Node ID 041602327fc22a8c44fc6acef4741d468fb780dc # Parent d14b213549cf25dc009c1ea8911aab792a0d4611 prosody.cfg.lua.dist: Remove mention of deprecated daemonize option Just run ./prosody like me! diff -r d14b213549cf -r 041602327fc2 prosody.cfg.lua.dist --- 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