Skip to content
Snippets Groups Projects
Unverified Commit 5b8023dc authored by Brendan Abolivier's avatar Brendan Abolivier Committed by GitHub
Browse files

Move logs about discarded RDATA to debug (#7421)

parent fe69fb62
No related branches found
No related tags found
No related merge requests found
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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment