aboutsummaryrefslogtreecommitdiffstats
path: root/prosody.cfg.lua.dist
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2011-01-07 05:09:25 +0000
committerMatthew Wild <mwild1@gmail.com>2011-01-07 05:09:25 +0000
commit2cd0af1aa6094f0e9623f4021c05c94a43fa5fb7 (patch)
tree8126c535337a8a4a25e2b5ac52e20a1ce26cdbd1 /prosody.cfg.lua.dist
parent71d5a8a228d6f9633b6cdec8df92c8519653e937 (diff)
downloadprosody-2cd0af1aa6094f0e9623f4021c05c94a43fa5fb7.tar.gz
prosody-2cd0af1aa6094f0e9623f4021c05c94a43fa5fb7.zip
prosody.cfg.lua: Improve comment about enabling debug logging
Diffstat (limited to 'prosody.cfg.lua.dist')
-rw-r--r--prosody.cfg.lua.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist
index c8d0bcda..25b6edf1 100644
--- a/prosody.cfg.lua.dist
+++ b/prosody.cfg.lua.dist
@@ -114,7 +114,7 @@ ssl = {
-- Logging configuration
-- For advanced logging see http://prosody.im/doc/logging
log = {
- info = "prosody.log"; -- Change info to debug for verbose logging
+ info = "prosody.log"; -- Change 'info' to 'debug' for verbose logging
error = "prosody.err";
-- "*syslog"; -- Uncomment this for logging to syslog
}