Also log when we've started pushers
This commit is contained in:
parent
e7a6edb0ee
commit
3e71d13acf
|
@ -186,6 +186,8 @@ class PusherPool:
|
|||
self.pushers[fullid] = p
|
||||
p.start()
|
||||
|
||||
logger.info("Started pushers")
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def remove_pusher(self, app_id, pushkey, user_name):
|
||||
fullid = "%s:%s:%s" % (app_id, pushkey, user_name)
|
||||
|
|
Loading…
Reference in New Issue