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-31 23:32:56 +0100
committerGitHub <noreply@github.com>2022-05-31 23:32:56 +0100
commitf0aec0abefceae36eff2ab08848e7a576535ee4e (patch)
tree519e9d27e8c7a31e1654e45e713cf318bf4c4c92 /changelog.d
parentRemove groups replication code. (#12900) (diff)
downloadsynapse-f0aec0abefceae36eff2ab08848e7a576535ee4e.tar.xz
Improve logging when signature checks fail (#12925)
* Raise a dedicated `InvalidEventSignatureError` from `_check_sigs_on_pdu`

* Downgrade logging about redactions to DEBUG

this can be very spammy during a room join, and it's not very useful.

* Raise `InvalidEventSignatureError` from `_check_sigs_and_hash`

... and, more importantly, move the logging out to the callers.

* changelog
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12925.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12925.misc b/changelog.d/12925.misc
new file mode 100644
index 0000000000..71ca956dc5
--- /dev/null
+++ b/changelog.d/12925.misc
@@ -0,0 +1 @@
+Improve the logging when signature checks on events fail.