From 5bd0d19b955daeaf727ecc48877d86662dbdc3e9 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Mon, 30 Mar 2020 14:03:50 +0100 Subject: Add push debug logging --- synapse/push/httppusher.py | 1 + 1 file changed, 1 insertion(+) (limited to 'synapse') diff --git a/synapse/push/httppusher.py b/synapse/push/httppusher.py index 5bb17d1228..cc266a8207 100644 --- a/synapse/push/httppusher.py +++ b/synapse/push/httppusher.py @@ -375,6 +375,7 @@ class HttpPusher(object): if not notification_dict: return [] try: + logger.info("SENDING PUSH EVENT to %s: %s", self.url, notification_dict) resp = yield self.http_client.post_json_get_json( self.url, notification_dict ) -- cgit 1.4.1