-
-
Notifications
You must be signed in to change notification settings - Fork 33.3k
Closed
Labels
Description
Documentation
This is about the log level table in https://docs.python.org/3/howto/logging.html#when-to-use-logging
It has "Debug" on top and "Critical" on the bottom, and underneath it it says:
The default level is WARNING, which means that only events of this level and above will be tracked, unless the logging package is configured to do otherwise.
In this sentence, "above" probably relates to the numeric values of the errors, which is sorted in the opposite order than the table. Since the table is arranged as it is, the default is actually to show events of level "WARNING" and below in the table.
The easiest and most consistent is probably to reorder the table?
Linked PRs
erlend-aasland
Metadata
Metadata
Assignees
Labels
Projects
Status
Done