prosody.cfg.lua: Give example for logging to console
authorMatthew Wild <mwild1@gmail.com>
Fri, 7 Jan 2011 05:11:00 +0000 (05:11 +0000)
committerMatthew Wild <mwild1@gmail.com>
Fri, 7 Jan 2011 05:11:00 +0000 (05:11 +0000)
prosody.cfg.lua.dist

index 25b6edf13b2a7cfcebb20ddf3f38e13b707fbb24..d1bd7d67ae91027b104b05237a2607dda85ff8c8 100644 (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 -----------