Software /
code /
prosody
Comparison
prosody.cfg.lua.dist @ 3906:877262704c44
prosody.cfg.lua.dist: Update for new logging config format
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 21 Dec 2010 01:30:27 +0000 |
parent | 3767:3ba97d1d7a62 |
child | 3907:1e82c9b9db11 |
comparison
equal
deleted
inserted
replaced
3905:9222dad9e1e8 | 3906:877262704c44 |
---|---|
92 --c2s_require_encryption = false | 92 --c2s_require_encryption = false |
93 --s2s_require_encryption = false | 93 --s2s_require_encryption = false |
94 | 94 |
95 -- Logging configuration | 95 -- Logging configuration |
96 -- For advanced logging see http://prosody.im/doc/logging | 96 -- For advanced logging see http://prosody.im/doc/logging |
97 log = "prosody.log"; | 97 log = { |
98 debug = false; -- Log debug messages? | 98 info = "prosody.log"; -- Change info to debug for verbose logging |
99 error = "prosody.err"; | |
100 -- "*syslog"; -- Uncomment this for logging to syslog | |
101 } | |
99 | 102 |
100 ----------- Virtual hosts ----------- | 103 ----------- Virtual hosts ----------- |
101 -- You need to add a VirtualHost entry for each domain you wish Prosody to serve. | 104 -- You need to add a VirtualHost entry for each domain you wish Prosody to serve. |
102 -- Settings under each VirtualHost entry apply *only* to that host. | 105 -- Settings under each VirtualHost entry apply *only* to that host. |
103 | 106 |