0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-11-17 15:31:19 +01:00

Fix errors from malformed log line (#7454)

This commit is contained in:
Richard van der Hoff 2020-05-07 19:51:38 +01:00 committed by GitHub
parent da9b2db3af
commit aa5aa6f96a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/7454.feature Normal file
View file

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

View file

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