prosody.cfg.lua: Improve comment about enabling debug logging
authorMatthew Wild <mwild1@gmail.com>
Fri, 7 Jan 2011 05:09:25 +0000 (05:09 +0000)
committerMatthew Wild <mwild1@gmail.com>
Fri, 7 Jan 2011 05:09:25 +0000 (05:09 +0000)
prosody.cfg.lua.dist

index c8d0bcdaa365f3fcb97a1656eda42b536828338e..25b6edf13b2a7cfcebb20ddf3f38e13b707fbb24 100644 (file)
@@ -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
 }