use Log.error to know when /api/apple/update_notification is called

This commit is contained in:
Son NK 2020-04-19 16:06:37 +02:00
parent bca1e227c7
commit 34635bf854
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ def apple_update_notification():
The "Subscription Status URL" to receive update notifications from Apple
TODO: to implement
"""
LOG.error("request for /api/apple/update_notification")
LOG.d("request data %s", request.data)
LOG.d("request json %s", request.get_json(silent=True))
LOG.d("request %s", request)