Skip to content

5.0.0 - Default Logging Level Warning

Compare
Choose a tag to compare
@FoamyGuy FoamyGuy released this 24 Oct 14:36
· 73 commits to main since this release
471f0b7

This release changes the default logging level to value 30 which is WARNING level. This change aligns the API with CPython. This will change the behavior of your code if you left the default logging level configured, and used log messages at levels lower than WARNING.

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-logging.

Read the docs for info on how to use it.