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>2020-09-07 13:36:02 +0100
committerGitHub <noreply@github.com>2020-09-07 13:36:02 +0100
commit0dae7d80bfb497d417a53e52b8353bbcd6d10d58 (patch)
treedfd723493a93ce2e78c20cc13767ee379bc0ed50 /changelog.d
parentRefuse to upgrade database on worker processes (#8266) (diff)
downloadsynapse-0dae7d80bfb497d417a53e52b8353bbcd6d10d58.tar.xz
Add more logging to debug slow startup (#8264)
I'm hoping this will provide some pointers for debugging
https://github.com/matrix-org/synapse/issues/7968.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8264.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8264.misc b/changelog.d/8264.misc
new file mode 100644
index 0000000000..600b175655
--- /dev/null
+++ b/changelog.d/8264.misc
@@ -0,0 +1 @@
+Add more logging to debug slow startup.