diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-05-06 11:58:31 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-05-06 11:58:31 +0100 |
commit | 2e0c46ca07564d9592e5ec7d260e40c0659daa80 (patch) | |
tree | 598b91e8ee09902969038d9e1616471a7108adfe /synapse/replication | |
parent | Merge pull request #7429 from matrix-org/rav/upsert_for_device_list (diff) | |
parent | Move logs about discarded RDATA to debug (#7421) (diff) | |
download | synapse-2e0c46ca07564d9592e5ec7d260e40c0659daa80.tar.xz |
Merge branch 'release-v1.13.0' into develop
Diffstat (limited to 'synapse/replication')
-rw-r--r-- | synapse/replication/tcp/handler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/replication/tcp/handler.py b/synapse/replication/tcp/handler.py index 2d1d119c7c..bf4f1a5949 100644 --- a/synapse/replication/tcp/handler.py +++ b/synapse/replication/tcp/handler.py @@ -262,7 +262,7 @@ class ReplicationCommandHandler: # `POSITION` command yet, and so we may have missed some rows. # Let's drop the row for now, on the assumption we'll receive a # `POSITION` soon and we'll catch up correctly then. - logger.warning( + logger.debug( "Discarding RDATA for unconnected stream %s -> %s", stream_name, cmd.token, |