mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:56:07 -04:00
Make the replication logger quieter (#4108)
This commit is contained in:
parent
77d70a7646
commit
c4b3698a80
2 changed files with 2 additions and 1 deletions
|
@ -106,7 +106,7 @@ class ReplicationClientHandler(object):
|
|||
|
||||
Can be overriden in subclasses to handle more.
|
||||
"""
|
||||
logger.info("Received rdata %s -> %s", stream_name, token)
|
||||
logger.debug("Received rdata %s -> %s", stream_name, token)
|
||||
return self.store.process_replication_rows(stream_name, token, rows)
|
||||
|
||||
def on_position(self, stream_name, token):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue