Skip to content

Instantly share code, notes, and snippets.

@jordemort
Created August 4, 2012 03:08
Show Gist options
  • Save jordemort/3253854 to your computer and use it in GitHub Desktop.
Save jordemort/3253854 to your computer and use it in GitHub Desktop.
Prosody logging config
log = {
-- Log all error messages to prosody.err
error = "/var/log/prosody/prosody.err";
-- Log everything of level "info" and higher (that is, all except "debug" messages)
-- to prosody.log
debug = "/var/log/prosody/prosody.log"; -- Change 'info' to 'debug' for more verbose logging
--"*syslog"; -- Uncomment this for logging to syslog
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment