From 23e60d577c279403c49aa7aeb3250913c9ae36dc Mon Sep 17 00:00:00 2001 From: Shankari Date: Mon, 16 Dec 2024 13:55:08 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=8A=20Turn=20on=20debug=20logging=20fo?= =?UTF-8?q?r=20the=20silent=20push=20notifications=20as=20well?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We had already turned on debug logging for the "remind" case acf6864b7f168771198d1774799129c3d79b437a so that we can more easily debug errors It looks like we have had multiple issues with FCM deprecation/migrations recently and this will be helpful until the APIs stabilize. --- bin/push/silent_ios_push.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/push/silent_ios_push.py b/bin/push/silent_ios_push.py index c4887abc9..03c7da5b2 100644 --- a/bin/push/silent_ios_push.py +++ b/bin/push/silent_ios_push.py @@ -7,6 +7,7 @@ from builtins import * import json import logging +logging.basicConfig(level=logging.DEBUG) import argparse import emission.net.ext_service.push.notify_usage as pnu