5.0.0 - Default Logging Level Warning
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.