mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosody.cfg.lua.dist: Update for new logging config format
This commit is contained in:
parent
39a38217d8
commit
da58c792b4
1 changed files with 5 additions and 2 deletions
|
@ -94,8 +94,11 @@ ssl = {
|
|||
|
||||
-- Logging configuration
|
||||
-- For advanced logging see http://prosody.im/doc/logging
|
||||
log = "prosody.log";
|
||||
debug = false; -- Log debug messages?
|
||||
log = {
|
||||
info = "prosody.log"; -- Change info to debug for verbose logging
|
||||
error = "prosody.err";
|
||||
-- "*syslog"; -- Uncomment this for logging to syslog
|
||||
}
|
||||
|
||||
----------- Virtual hosts -----------
|
||||
-- You need to add a VirtualHost entry for each domain you wish Prosody to serve.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue