mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-04-28 23:36:12 -04: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…
x
Reference in New Issue
Block a user