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-10-21 16:03:44 +0100
committerGitHub <noreply@github.com>2022-10-21 16:03:44 +0100
commitd24346f53055eae7fb8e9038ef35fa843790742b (patch)
tree12bc50908f39225fb9b97c92cbaeb9ab03acbcb2 /changelog.d
parentShow erasure status when listing users in the Admin API (#14205) (diff)
downloadsynapse-d24346f53055eae7fb8e9038ef35fa843790742b.tar.xz
Fix logging error on SIGHUP (#14258)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14258.bugfix2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/14258.bugfix b/changelog.d/14258.bugfix
new file mode 100644
index 0000000000..de97945844
--- /dev/null
+++ b/changelog.d/14258.bugfix
@@ -0,0 +1,2 @@
+Fix a bug introduced in Synapse 1.60.0 which caused an error to be logged when Synapse received a SIGHUP signal, and debug logging was enabled.
+