prosody.cfg.lua.dist: Update for new logging config format

This commit is contained in:
Matthew Wild 2010-12-21 01:30:27 +00:00
parent 39a38217d8
commit da58c792b4

View file

@ -94,8 +94,11 @@ ssl = {
-- Logging configuration
-- For advanced logging see http://prosody.im/doc/logging
log = "prosody.log";
debug = false; -- Log debug messages?
log = {
info = "prosody.log"; -- Change info to debug for verbose logging
error = "prosody.err";
-- "*syslog"; -- Uncomment this for logging to syslog
}
----------- Virtual hosts -----------
-- You need to add a VirtualHost entry for each domain you wish Prosody to serve.