mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosody.cfg.lua: Improve comment about enabling debug logging
This commit is contained in:
parent
71d5a8a228
commit
2cd0af1aa6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue