PyAPNs icon indicating copy to clipboard operation
PyAPNs copied to clipboard

Change _logger.info to _logger.debug

Open riegie opened this issue 10 years ago • 1 comments

Attribute info does not exist. Using debug instead.

riegie avatar Aug 26 '15 19:08 riegie

This is not true: https://docs.python.org/2.7/library/logging.html#logging.Logger.info Can you pinpoint a Python version which doesn't have the info method on the Logger class?

alibitek avatar Oct 07 '16 09:10 alibitek