PyAPNs
PyAPNs copied to clipboard
Change _logger.info to _logger.debug
Attribute info does not exist. Using debug instead.
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?