summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2019-06-04 16:12:57 +0100
committerRichard van der Hoff <richard@matrix.org>2019-06-05 10:46:26 +0100
commitcea9750d112cf74790fb8c16482a0068717954d5 (patch)
tree73a8c25947705e074a5d1e85ec0fbb5393f9e3a1 /changelog.d
parentAdd a test room version where we enforce key validity (#5348) (diff)
downloadsynapse-cea9750d112cf74790fb8c16482a0068717954d5.tar.xz
Associate a request_name with each verify request, for logging
Also:
* rename VerifyKeyRequest->VerifyJsonRequest
* calculate key_ids on VerifyJsonRequest construction
* refactor things to pass around VerifyJsonRequests instead of 4-tuples
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5353.misc2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/5353.misc b/changelog.d/5353.misc
new file mode 100644
index 0000000000..436245fb11
--- /dev/null
+++ b/changelog.d/5353.misc
@@ -0,0 +1,2 @@
+Various improvements to debug logging.
+