Fix errors from malformed log line (#7454)

code_spécifique_watcha
Richard van der Hoff 5 years ago committed by GitHub
parent da9b2db3af
commit aa5aa6f96a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      changelog.d/7454.feature
  2. 2
      synapse/replication/tcp/redis.py

@ -0,0 +1 @@
Add support for running replication over Redis when using workers.

@ -96,7 +96,7 @@ class RedisSubscriber(txredisapi.SubscriberProtocol, AbstractConnection):
cmd = parse_command_from_line(message)
except Exception:
logger.exception(
"[%s] failed to parse line: %r", message,
"Failed to parse replication line: %r", message,
)
return

Loading…
Cancel
Save