You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library likely needs updates due to the adafruit_logging library upgrade. New use should be CPython compatible, and it may be worth allowing the CPython logging module to be imported if available.
Some common issues that are now present across libraries:
Locations of classes have changed, and some may have been removed.
PrintLogger no longer exists; instead, instance a Logger and add a StreamHandler instance with default arguments as the handler.