mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Dial down logging for failed pushers
This commit is contained in:
parent
a2c6f25190
commit
be9dafcd37
@ -109,7 +109,7 @@ class HttpPusher(Pusher):
|
||||
try:
|
||||
resp = yield self.httpCli.post_json_get_json(self.url, notification_dict)
|
||||
except:
|
||||
logger.exception("Failed to push %s ", self.url)
|
||||
logger.warn("Failed to push %s ", self.url)
|
||||
defer.returnValue(False)
|
||||
rejected = []
|
||||
if 'rejected' in resp:
|
||||
|
Loading…
Reference in New Issue
Block a user