summary refs log tree commit diff
path: root/synapse/replication
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2020-05-05 23:01:12 +0100
committerRichard van der Hoff <richard@matrix.org>2020-05-05 23:01:12 +0100
commita8c17da245c4265db3e70589496f4f3b607fcb8f (patch)
tree2715dd3d43bb138d26620870f6dff4553ed656bc /synapse/replication
parentMerge branch 'release-v1.13.0' into rav/fix_dropped_messages (diff)
parentMove logs about discarded RDATA to debug (#7421) (diff)
downloadsynapse-a8c17da245c4265db3e70589496f4f3b607fcb8f.tar.xz
Merge branch 'release-v1.13.0' into rav/fix_dropped_messages
Diffstat (limited to 'synapse/replication')
-rw-r--r--synapse/replication/tcp/handler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/replication/tcp/handler.py b/synapse/replication/tcp/handler.py
index 467e8695e0..b14a3d9fca 100644
--- a/synapse/replication/tcp/handler.py
+++ b/synapse/replication/tcp/handler.py
@@ -265,7 +265,7 @@ class ReplicationCommandHandler:
             if not sbc or stream_name not in sbc:
                 # Let's drop the row for now, on the assumption we'll receive a
                 # `POSITION` soon and we'll catch up correctly then.
-                logger.info(
+                logger.debug(
                     "Discarding RDATA for unconnected stream %s -> %s",
                     stream_name,
                     cmd.token,