mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-25 19:39:21 -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)
|
||||
if not f:
|
||||
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)
|
||||
|
||||
def _create_email_pusher(self, _hs, pusherdict):
|
||||
|
Loading…
Reference in New Issue
Block a user