Skip to content

Commit

Permalink
Merge pull request #722 from matrix-org/erikj/enable_patch_log_contexts
Browse files Browse the repository at this point in the history
Enable testing of log contexts for synapse
  • Loading branch information
erikjohnston authored Oct 10, 2019
2 parents 4c3e102 + 9d7564c commit 06a35bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/SyTest/Homeserver/Synapse.pm
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ sub start
my $env = {
"PATH" => $ENV{PATH},
"PYTHONDONTWRITEBYTECODE" => "Don't write .pyc files",
"SYNAPSE_TEST_PATCH_LOG_CONTEXTS" => 1,
};

my $loop = $self->loop;
Expand Down

0 comments on commit 06a35bf

Please sign in to comment.