mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-25 08:59:31 -05:00
Drop logging level of creating a pusher
This commit is contained in:
parent
1d9df51ff1
commit
a164134a53
@ -56,7 +56,7 @@ class PusherFactory(object):
|
|||||||
f = self.pusher_types.get(kind, None)
|
f = self.pusher_types.get(kind, None)
|
||||||
if not f:
|
if not f:
|
||||||
return None
|
return None
|
||||||
logger.info("creating %s pusher for %r", kind, pusherdict)
|
logger.debug("creating %s pusher for %r", kind, pusherdict)
|
||||||
return f(self.hs, pusherdict)
|
return f(self.hs, pusherdict)
|
||||||
|
|
||||||
def _create_email_pusher(self, _hs, pusherdict):
|
def _create_email_pusher(self, _hs, pusherdict):
|
||||||
|
Loading…
Reference in New Issue
Block a user