# HG changeset patch # User Matthew Wild # Date 1292895027 0 # Node ID 877262704c44f66d17906cb2aefc10eee8329439 # Parent 9222dad9e1e857b015226b4c7683a82c9a27749b prosody.cfg.lua.dist: Update for new logging config format diff -r 9222dad9e1e8 -r 877262704c44 prosody.cfg.lua.dist --- a/prosody.cfg.lua.dist Mon Dec 20 14:06:32 2010 +0000 +++ b/prosody.cfg.lua.dist Tue Dec 21 01:30:27 2010 +0000 @@ -94,8 +94,11 @@ -- 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.