summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-06-16 13:29:54 +0100
committerGitHub <noreply@github.com>2021-06-16 13:29:54 +0100
commit36c426e294a53d2192cc9f29ec5c93e84e222228 (patch)
tree1fb8a65111212a563b372d4a6d741c289f25dcae /changelog.d
parentFix requestOpenIdToken response: integer expires_in (#10175) (diff)
downloadsynapse-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.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10183.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10183.misc b/changelog.d/10183.misc
new file mode 100644
index 0000000000..c0e01ad3db
--- /dev/null
+++ b/changelog.d/10183.misc
@@ -0,0 +1 @@
+Add debug logging for when we enter and exit `Measure` blocks.