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

add appid/device_display_name to to pusher logging

parent 4528dd24
No related branches found
No related tags found
No related merge requests found
......@@ -164,7 +164,7 @@ class HttpPusher(object):
logger.info(
"Processing %i unprocessed push actions for %s starting at "
"stream_ordering %s",
len(unprocessed), self.user_id, self.last_stream_ordering,
len(unprocessed), self.name, self.last_stream_ordering,
)
for push_action in unprocessed:
......@@ -342,7 +342,7 @@ class HttpPusher(object):
@defer.inlineCallbacks
def _send_badge(self, badge):
logger.info("Sending updated badge count %d to %r", badge, self.user_id)
logger.info("Sending updated badge count %d to %s", badge, self.name)
d = {
'notification': {
'id': '',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment