From 5760514f5e40068655801230505d749807f000c4 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Tue, 5 Jan 2021 21:04:06 +0100 Subject: scansion: Allow specifying a logfile for prosody via environment This should allow Buildbot to pick up those logs along with scansions --- spec/scansion/prosody.cfg.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/scansion') diff --git a/spec/scansion/prosody.cfg.lua b/spec/scansion/prosody.cfg.lua index 4e43d312..d147db54 100644 --- a/spec/scansion/prosody.cfg.lua +++ b/spec/scansion/prosody.cfg.lua @@ -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" -- cgit v1.2.3