mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 17:46:08 +03:00
Drop logging level of creating a pusher
This commit is contained in:
parent
1d9df51ff1
commit
a164134a53
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue