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 5efaa9a commit 20caee5Copy full SHA for 20caee5
adafruit_logging.py
@@ -38,9 +38,9 @@
38
level (00 to 50). The str in each tuple is the string representation of
39
that logging level ("NOTSET" to "CRITICAL"; see below).
40
NOTSET: int
41
- The NOTSET logging level, which is a dummy logging level that can be
42
- used to indicate that a `Logger` should not print any logging messages,
43
- regardless of how severe those messages might be (including CRITICAL).
+ The NOTSET logging level, which is the default logging level that can be
+ used to indicate that a `Logger` should process any logging messages,
+ regardless of how severe those messages are.
44
DEBUG: int
45
The DEBUG logging level, which is the lowest (least severe) real level.
46
INFO: int
0 commit comments