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:
Kim Alvefur 2021-01-05 21:04:06 +01:00
parent 147835b1ec
commit 5760514f5e

View file

@ -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"