diff options
author | Eric Eastwood <erice@element.io> | 2022-08-02 15:12:33 -0500 |
---|---|---|
committer | Eric Eastwood <erice@element.io> | 2022-08-02 15:12:33 -0500 |
commit | 5999132287196204ae2699a32ef3a46fc507b17f (patch) | |
tree | 139752725ad979f449f1e770d88f12fc175fb6db /synapse | |
parent | Move to 72 schema version (diff) | |
download | synapse-5999132287196204ae2699a32ef3a46fc507b17f.tar.xz |
Fix lints
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/logging/tracing.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/synapse/logging/tracing.py b/synapse/logging/tracing.py index f8b35d2660..e3a1a010a2 100644 --- a/synapse/logging/tracing.py +++ b/synapse/logging/tracing.py @@ -686,9 +686,7 @@ def inject_active_tracing_context_into_header_dict( Note: The headers set by the tracer are custom to the tracer implementation which should be unique enough that they don't interfere with any headers set by - synapse or twisted. If we're still using jaeger these headers would be those - here: - https://github.com/jaegertracing/jaeger-client-python/blob/master/jaeger_client/constants.py + synapse or twisted. """ if check_destination: if destination is None: |