summary refs log tree commit diff
path: root/synapse/logging/tracing.py
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2022-08-11 10:27:55 -0500
committerEric Eastwood <erice@element.io>2022-08-11 10:27:55 -0500
commit898ba0effe3d2563764c2a057df22f901f836d23 (patch)
tree524dd83ab043ce3b9ac813699727ab0ab69afd06 /synapse/logging/tracing.py
parentInstrument FederationStateIdsServlet (diff)
downloadsynapse-898ba0effe3d2563764c2a057df22f901f836d23.tar.xz
More tracing
Diffstat (limited to 'synapse/logging/tracing.py')
-rw-r--r--synapse/logging/tracing.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/logging/tracing.py b/synapse/logging/tracing.py

index e629548a04..86ff8fc637 100644 --- a/synapse/logging/tracing.py +++ b/synapse/logging/tracing.py
@@ -912,7 +912,6 @@ def trace(func: Callable[P, R]) -> Callable[P, R]: Sets the operation name to that of the function's name. See the module's doc string for usage examples. """ - return trace_with_opname(func.__name__)(func)