Move logs about discarded RDATA to debug (#7421)

This commit is contained in:
Brendan Abolivier
2020-05-05 21:07:33 +02:00
committed by GitHub
parent fe69fb6263
commit 5b8023dc7f
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
Move catchup of replication streams logic to worker.
+1 -1
View File
@@ -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,