diff options
author | Matthew Wild <mwild1@gmail.com> | 2011-01-07 05:11:00 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2011-01-07 05:11:00 +0000 |
commit | f12a844d966fd910f024f450eb6332d0a9a7ec26 (patch) | |
tree | 55cf8e634b99934f44c99051ec5029becf908ede /prosody.cfg.lua.dist | |
parent | 2cd0af1aa6094f0e9623f4021c05c94a43fa5fb7 (diff) | |
download | prosody-f12a844d966fd910f024f450eb6332d0a9a7ec26.tar.gz prosody-f12a844d966fd910f024f450eb6332d0a9a7ec26.zip |
prosody.cfg.lua: Give example for logging to console
Diffstat (limited to 'prosody.cfg.lua.dist')
-rw-r--r-- | prosody.cfg.lua.dist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index 25b6edf1..d1bd7d67 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 ----------- |