Skip to content

Commit

Permalink
Merge pull request #868 from matrix-org/kegan/pass-dendrite-env-vars
Browse files Browse the repository at this point in the history
Pass through DENDRITE_TRACE_ env vars to the dendrite binary
  • Loading branch information
kegsay committed May 15, 2020
2 parents 9fa5157 + d73a458 commit 1e86c19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/SyTest/Homeserver/Dendrite.pm
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,8 @@ sub _start_monolith
setup => [
env => {
LOG_DIR => $self->{hs_dir},
DENDRITE_TRACE_SQL => $ENV{'DENDRITE_TRACE_SQL'},
DENDRITE_TRACE_HTTP => $ENV{'DENDRITE_TRACE_HTTP'},
},
],
command => [ @command ],
Expand Down

0 comments on commit 1e86c19

Please sign in to comment.