Skip to content
Snippets Groups Projects
Commit 4528dd24 authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

Fix logging and add user_id

parent 93efd7eb
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment