Add push debug logging
parent
88bb6c27e1
commit
5bd0d19b95
|
|
@ -375,6 +375,7 @@ class HttpPusher(object):
|
||||||
if not notification_dict:
|
if not notification_dict:
|
||||||
return []
|
return []
|
||||||
try:
|
try:
|
||||||
|
logger.info("SENDING PUSH EVENT to %s: %s", self.url, notification_dict)
|
||||||
resp = yield self.http_client.post_json_get_json(
|
resp = yield self.http_client.post_json_get_json(
|
||||||
self.url, notification_dict
|
self.url, notification_dict
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue