# HG changeset patch # User Matthew Wild # Date 1294376965 0 # Node ID 111734f49a6594c00a170ac05defd65c9fb83c17 # Parent 0bcbe6c24a6eeaaa0175215326c167d077c70ffb prosody.cfg.lua: Improve comment about enabling debug logging diff -r 0bcbe6c24a6e -r 111734f49a65 prosody.cfg.lua.dist --- a/prosody.cfg.lua.dist Fri Jan 07 05:08:09 2011 +0000 +++ b/prosody.cfg.lua.dist Fri Jan 07 05:09:25 2011 +0000 @@ -114,7 +114,7 @@ -- 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 }