--- prosody.cfg.lua.install.in.orig 2009-07-10 20:50:48.000000000 +0000 +++ prosody.cfg.lua.install.in 2009-07-10 20:51:30.000000000 +0000 @@ -34,6 +34,9 @@ Host "*" prosody_user = "prosody" pidfile = "%%PREFIX%%/var/lib/prosody/prosody.pid" + log = { + { levels = { min = "info" }, to = "syslog" }; + } -- This is the list of modules Prosody will load on startup. -- It looks for mod_modulename.lua in the plugins folder, so make sure that exists too. modules_enabled = {