We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ab4bd commit 6f1b3d5Copy full SHA for 6f1b3d5
adafruit_logging.py
@@ -45,8 +45,8 @@
45
INFO: int
46
The INFO logging level for informative/informational messages.
47
WARNING: int
48
- The WARNING logging level, which is the default logging level, for warnings
49
- that should be addressed/fixed.
+ The WARNING logging level, which is the default logging level, for warnings
+ that should be addressed/fixed.
50
ERROR: int
51
The ERROR logging level for Python exceptions that occur during runtime.
52
CRITICAL: int
0 commit comments