mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Fix logging and add user_id
This commit is contained in:
parent
93efd7eb04
commit
4528dd2443
@ -162,8 +162,9 @@ class HttpPusher(object):
|
||||
)
|
||||
|
||||
logger.info(
|
||||
"Processing %i unprocessed push actions starting at stream_ordering %i",
|
||||
len(unprocessed), self.last_stream_ordering,
|
||||
"Processing %i unprocessed push actions for %s starting at "
|
||||
"stream_ordering %s",
|
||||
len(unprocessed), self.user_id, self.last_stream_ordering,
|
||||
)
|
||||
|
||||
for push_action in unprocessed:
|
||||
|
Loading…
Reference in New Issue
Block a user