diff options
author | Erik Johnston <erik@matrix.org> | 2021-06-16 13:29:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-16 13:29:54 +0100 |
commit | 36c426e294a53d2192cc9f29ec5c93e84e222228 (patch) | |
tree | 1fb8a65111212a563b372d4a6d741c289f25dcae | |
parent | Fix requestOpenIdToken response: integer expires_in (#10175) (diff) | |
download | synapse-36c426e294a53d2192cc9f29ec5c93e84e222228.tar.xz |
Add debug logging when we enter/exit Measure block (#10183)
It can be helpful to know when trying to track down slow requests.
-rw-r--r-- | changelog.d/10183.misc | 1 | ||||
-rw-r--r-- | synapse/util/metrics.py | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/changelog.d/10183.misc b/changelog.d/10183.misc new file mode 100644 |