diff options
author | reivilibre <oliverw@matrix.org> | 2024-06-07 12:01:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-07 12:01:21 +0100 |
commit | 17d6c2828557cb39f24bfbf2816b45fe1990122d (patch) | |
tree | 5ba3bc6f20e6aae2dc8bfdd7133268ff51c65635 /changelog.d | |
parent | Add Sliding Sync `/sync` endpoint (initial implementation) (#17187) (diff) | |
download | synapse-17d6c2828557cb39f24bfbf2816b45fe1990122d.tar.xz |
Add debug logging for when room keys are uploaded, including whether they are replacing other room keys. (#17266)
Fixes: #17013 Add logging for whether room keys are replaced This is motivated by the Crypto team who need to diagnose crypto issues. The existing opentracing logging is not enough because it is not enabled for all users.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/17266.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17266.misc b/changelog.d/17266.misc new file mode 100644 index 0000000000..ce8c4ab086 --- /dev/null +++ b/changelog.d/17266.misc @@ -0,0 +1 @@ +Add debug logging for when room keys are uploaded, including whether they are replacing other room keys. \ No newline at end of file |