Skip to content
Snippets Groups Projects
Commit be9dafcd authored by David Baker's avatar David Baker
Browse files

Dial down logging for failed pushers

parent a2c6f251
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment