# HG changeset patch # User Matthew Wild # Date 1294377060 0 # Node ID c53610fdab621280e68eb91d1f68904a00b51a81 # Parent 111734f49a6594c00a170ac05defd65c9fb83c17 prosody.cfg.lua: Give example for logging to console diff -r 111734f49a65 -r c53610fdab62 prosody.cfg.lua.dist --- a/prosody.cfg.lua.dist Fri Jan 07 05:09:25 2011 +0000 +++ b/prosody.cfg.lua.dist Fri Jan 07 05:11:00 2011 +0000 @@ -117,6 +117,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 } ----------- Virtual hosts -----------