log when starting token sync in prod
// FREEBIE
This commit is contained in:
parent
6719008ed9
commit
964e558139
@ -27,7 +27,7 @@ class SyncPushTokensJob: NSObject {
|
||||
}
|
||||
|
||||
func run() {
|
||||
Logger.debug("\(TAG) Starting.")
|
||||
Logger.info("\(TAG) Starting.")
|
||||
|
||||
// Required to potentially prompt user for notifications settings
|
||||
// before `requestPushTokens` will return.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user