Software /
code /
prosody
Comparison
prosody.cfg.lua.dist @ 4091:c53610fdab62
prosody.cfg.lua: Give example for logging to console
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 07 Jan 2011 05:11:00 +0000 |
parent | 4090:111734f49a65 |
child | 4233:3c644c3b10e2 |
comparison
equal
deleted
inserted
replaced
4090:111734f49a65 | 4091:c53610fdab62 |
---|---|
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 -- "*console"; -- Log to the console, useful for debugging with daemonize=false | |
120 } | 121 } |
121 | 122 |
122 ----------- Virtual hosts ----------- | 123 ----------- Virtual hosts ----------- |
123 -- You need to add a VirtualHost entry for each domain you wish Prosody to serve. | 124 -- You need to add a VirtualHost entry for each domain you wish Prosody to serve. |
124 -- Settings under each VirtualHost entry apply *only* to that host. | 125 -- Settings under each VirtualHost entry apply *only* to that host. |