mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosody.cfg.lua: Give example for logging to console
This commit is contained in:
parent
2cd0af1aa6
commit
f12a844d96
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ log = {
|
|||
info = "prosody.log"; -- Change 'info' to 'debug' for verbose logging
|
||||
error = "prosody.err";
|
||||
-- "*syslog"; -- Uncomment this for logging to syslog
|
||||
-- "*console"; -- Log to the console, useful for debugging with daemonize=false
|
||||
}
|
||||
|
||||
----------- Virtual hosts -----------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue