mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
scansion: Allow specifying a logfile for prosody via environment
This should allow Buildbot to pick up those logs along with scansions
This commit is contained in:
parent
147835b1ec
commit
5760514f5e
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ mam_smart_enable = true
|
|||
|
||||
-- Logging configuration
|
||||
-- For advanced logging see https://prosody.im/doc/logging
|
||||
log = {debug = "*console" }
|
||||
log = {"*console",debug = ENV_PROSODY_LOGFILE}
|
||||
|
||||
pidfile = "prosody.pid"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue