:Explicitely state that the tracer is disabled
parent
a69e6aad77
commit
6a6f97add9
|
@ -46,6 +46,8 @@ class TracerConfig(Config):
|
||||||
## Tracer ##
|
## Tracer ##
|
||||||
|
|
||||||
tracer:
|
tracer:
|
||||||
|
# Enable / disable tracer
|
||||||
|
tracer_enabled: false
|
||||||
# The list of users who's requests will be traced
|
# The list of users who's requests will be traced
|
||||||
# The list is a list of regex which is matched against the user_id
|
# The list is a list of regex which is matched against the user_id
|
||||||
user_whitelist:
|
user_whitelist:
|
||||||
|
|
Loading…
Reference in New Issue