Skip to content
Snippets Groups Projects
Commit e40f25eb authored by Erik Johnston's avatar Erik Johnston
Browse files

Rename log context

parent ff1d333a
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ class HttpPusher(object):
# We could check the receipts are actually m.read receipts here,
# but currently that's the only type of receipt anyway...
with LoggingContext("push._process"):
with LoggingContext("push.on_new_receipts"):
with Measure(self.clock, "push.on_new_receipts"):
badge = yield push_tools.get_badge_count(
self.hs.get_datastore(), self.user_id
......
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