summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2022-05-03 16:32:40 +0100
committerGitHub <noreply@github.com>2022-05-03 16:32:40 +0100
commitd66d68f9177d3addc32f6ab02458e3620f5ffc1f (patch)
tree4d6ea0325d9d12d84a3f7f64ef0ce70cb908f1bb /changelog.d
parentAdd missing space before 'docker' link in release announcement script (#12612) (diff)
downloadsynapse-d66d68f9177d3addc32f6ab02458e3620f5ffc1f.tar.xz
Add extra debug logging to federation sender (#12614)
... in order to debug some problems we've been having with certain events not
being sent when expected.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12614.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12614.misc b/changelog.d/12614.misc
new file mode 100644
index 0000000000..79022df127
--- /dev/null
+++ b/changelog.d/12614.misc
@@ -0,0 +1 @@
+Add extra debug logging to federation sender.