Skip to content

Commit

Permalink
🔊 Turn on debug logging for the silent push notifications as well
Browse files Browse the repository at this point in the history
We had already turned on debug logging for the "remind" case
acf6864
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.
  • Loading branch information
shankari committed Dec 16, 2024
1 parent 3900d3c commit 23e60d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/push/silent_ios_push.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 23e60d5

Please sign in to comment.