prosody.cfg.lua: Give example for logging to console

This commit is contained in:
Matthew Wild 2011-01-07 05:11:00 +00:00
parent 2cd0af1aa6
commit f12a844d96

View file

@ -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 -----------