Fix logging and add user_id
parent
93efd7eb04
commit
4528dd2443
|
@ -162,8 +162,9 @@ class HttpPusher(object):
|
||||||
)
|
)
|
||||||
|
|
||||||
logger.info(
|
logger.info(
|
||||||
"Processing %i unprocessed push actions starting at stream_ordering %i",
|
"Processing %i unprocessed push actions for %s starting at "
|
||||||
len(unprocessed), self.last_stream_ordering,
|
"stream_ordering %s",
|
||||||
|
len(unprocessed), self.user_id, self.last_stream_ordering,
|
||||||
)
|
)
|
||||||
|
|
||||||
for push_action in unprocessed:
|
for push_action in unprocessed:
|
||||||
|
|
Loading…
Reference in New Issue