diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index 25b6edf13..d1bd7d67a 100644 --- a/prosody.cfg.lua.dist +++ b/prosody.cfg.lua.dist @@ -117,6 +117,7 @@ log = { 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 } ----------- Virtual hosts -----------