diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-05-05 21:07:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-05 21:07:33 +0200 |
commit | 5b8023dc7f31dbd682e93bd4d82655f70f5f19f5 (patch) | |
tree | 3a1edca60d043e6af29afd2bd7c001af747923f8 /changelog.d | |
parent | Add backwards compatibility codepath to LoggingContext. (#7408) (diff) | |
download | synapse-5b8023dc7f31dbd682e93bd4d82655f70f5f19f5.tar.xz |
Move logs about discarded RDATA to debug (#7421)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7421.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7421.misc b/changelog.d/7421.misc new file mode 100644 index 0000000000..676f285377 --- /dev/null +++ b/changelog.d/7421.misc @@ -0,0 +1 @@ +Move catchup of replication streams logic to worker. |