aioapns
aioapns copied to clipboard
Improve notifications sending logging
I faced the problem that several notifications were not sent and I don't understand the reason. I propose to improve logging so that all cases of unsuccessful sends are displayed in warnigs.
Hi @ivanmaterov
Why you can’t just set logging level DEBUG for aioapns’s logger?
Hi @Fatal1ty It was a production environment. I do not want to receive all the debug logs =)
@Fatal1ty It also helps to bring the code into a consistent form. It's strange that one exception is handled as a debug, and the other is not handled at all