Diff

prosody.cfg.lua.dist @ 4091:c53610fdab62

prosody.cfg.lua: Give example for logging to console
author Matthew Wild <mwild1@gmail.com>
date Fri, 07 Jan 2011 05:11:00 +0000
parent 4090:111734f49a65
child 4233:3c644c3b10e2
line wrap: on
line diff
--- 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 -----------