# HG changeset patch # User Matthew Wild # Date 1292895027 0 # Node ID aea9d6c60b04db6374d96fd6e54adfeacbc4a70d # Parent f95375aceed030b19a088eb9dec7208e088e423a prosody.cfg.lua.dist: Update for new logging config format diff -r f95375aceed0 -r aea9d6c60b04 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.