From e40f25ebe1715324f52fb30741e0b58e3038f4cc Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Thu, 14 Apr 2016 11:54:14 +0100 Subject: [PATCH] Rename log context --- synapse/push/httppusher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synapse/push/httppusher.py b/synapse/push/httppusher.py index b939d889fb..6268ea7b00 100644 --- a/synapse/push/httppusher.py +++ b/synapse/push/httppusher.py @@ -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