Software / code / prosody
Changeset
4090:111734f49a65
prosody.cfg.lua: Improve comment about enabling debug logging
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Fri, 07 Jan 2011 05:09:25 +0000 |
| parents | 4089:0bcbe6c24a6e |
| children | 4091:c53610fdab62 |
| files | prosody.cfg.lua.dist |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 }