Skip to content

Commit 1e86c19

Browse files
authored
Merge pull request #868 from matrix-org/kegan/pass-dendrite-env-vars
Pass through DENDRITE_TRACE_ env vars to the dendrite binary
2 parents 9fa5157 + d73a458 commit 1e86c19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/SyTest/Homeserver/Dendrite.pm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,8 @@ sub _start_monolith
286286
setup => [
287287
env => {
288288
LOG_DIR => $self->{hs_dir},
289+
DENDRITE_TRACE_SQL => $ENV{'DENDRITE_TRACE_SQL'},
290+
DENDRITE_TRACE_HTTP => $ENV{'DENDRITE_TRACE_HTTP'},
289291
},
290292
],
291293
command => [ @command ],

0 commit comments

Comments
 (0)