mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Log the stream IDs in an order that makes sense
This commit is contained in:
parent
3547e66bc6
commit
0e792e7903
@ -164,8 +164,8 @@ class ReplicationResource(Resource):
|
|||||||
"Replicating %d rows of %s from %s -> %s",
|
"Replicating %d rows of %s from %s -> %s",
|
||||||
len(stream_content["rows"]),
|
len(stream_content["rows"]),
|
||||||
stream_name,
|
stream_name,
|
||||||
stream_content["position"],
|
|
||||||
request_streams.get(stream_name),
|
request_streams.get(stream_name),
|
||||||
|
stream_content["position"],
|
||||||
)
|
)
|
||||||
|
|
||||||
request.write(json.dumps(result, ensure_ascii=False))
|
request.write(json.dumps(result, ensure_ascii=False))
|
||||||
|
Loading…
Reference in New Issue
Block a user