Move logs about discarded RDATA to debug (#7421)
This commit is contained in:
parent
fe69fb6263
commit
5b8023dc7f
|
@ -0,0 +1 @@
|
|||
Move catchup of replication streams logic to worker.
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue