Software /
code /
prosody
Comparison
prosody.cfg.lua.dist @ 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 |
parent | 4089:0bcbe6c24a6e |
child | 4091:c53610fdab62 |
comparison
equal
deleted
inserted
replaced
4089:0bcbe6c24a6e | 4090:111734f49a65 |
---|---|
112 --sql = { driver = "PostgreSQL", database = "prosody", username = "prosody", password = "secret", host = "localhost" } | 112 --sql = { driver = "PostgreSQL", database = "prosody", username = "prosody", password = "secret", host = "localhost" } |
113 | 113 |
114 -- Logging configuration | 114 -- Logging configuration |
115 -- For advanced logging see http://prosody.im/doc/logging | 115 -- For advanced logging see http://prosody.im/doc/logging |
116 log = { | 116 log = { |
117 info = "prosody.log"; -- Change info to debug for verbose logging | 117 info = "prosody.log"; -- Change 'info' to 'debug' for verbose logging |
118 error = "prosody.err"; | 118 error = "prosody.err"; |
119 -- "*syslog"; -- Uncomment this for logging to syslog | 119 -- "*syslog"; -- Uncomment this for logging to syslog |
120 } | 120 } |
121 | 121 |
122 ----------- Virtual hosts ----------- | 122 ----------- Virtual hosts ----------- |