prosody.cfg.lua: Improve comment about enabling debug logging

This commit is contained in:
Matthew Wild 2011-01-07 05:09:25 +00:00
parent 71d5a8a228
commit 2cd0af1aa6

View file

@ -114,7 +114,7 @@ ssl = {
-- Logging configuration
-- For advanced logging see http://prosody.im/doc/logging
log = {
info = "prosody.log"; -- Change info to debug for verbose logging
info = "prosody.log"; -- Change 'info' to 'debug' for verbose logging
error = "prosody.err";
-- "*syslog"; -- Uncomment this for logging to syslog
}