Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
:Explicitely state that the tracer is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
JorikSchellekens committed Jun 25, 2019
1 parent a69e6aa commit 6a6f97a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions synapse/config/tracer.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ def default_config(self, **kwargs):
## Tracer ##
tracer:
# Enable / disable tracer
tracer_enabled: false
# The list of users who's requests will be traced
# The list is a list of regex which is matched against the user_id
user_whitelist:
Expand Down

0 comments on commit 6a6f97a

Please sign in to comment.