mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-05 22:28:54 +01:00
Rename log context
This commit is contained in:
parent
ff1d333a02
commit
e40f25ebe1
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ class HttpPusher(object):
|
||||||
|
|
||||||
# We could check the receipts are actually m.read receipts here,
|
# We could check the receipts are actually m.read receipts here,
|
||||||
# but currently that's the only type of receipt anyway...
|
# 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"):
|
with Measure(self.clock, "push.on_new_receipts"):
|
||||||
badge = yield push_tools.get_badge_count(
|
badge = yield push_tools.get_badge_count(
|
||||||
self.hs.get_datastore(), self.user_id
|
self.hs.get_datastore(), self.user_id
|
||||||
|
|
Loading…
Reference in a new issue