Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
fix: Re-enable APNS error logging (#1460)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrconlin authored Jun 21, 2022
1 parent 42bd439 commit e6ee6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autopush/router/apns2.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def send(self, router_token, payload, apns_id,
status_code=response.status,
response_body="APNS could not process "
"your message {}".format(reason),
log_exception=False,
log_exception=True,
reason=reason
)
break
Expand Down

0 comments on commit e6ee6cd

Please sign in to comment.