Thanks to visit codestin.com Credit goes to github.com
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.
2 parents a1df1cc + 69d8493 commit 07162d4Copy full SHA for 07162d4
1 file changed
Doc/library/logging.rst
@@ -962,7 +962,8 @@ functions.
962
effect is to disable all logging calls of severity *lvl* and below, so that
963
if you call it with a value of INFO, then all INFO and DEBUG events would be
964
discarded, whereas those of severity WARNING and above would be processed
965
- according to the logger's effective level.
+ according to the logger's effective level. To undo the effect of a call to
966
+ ``logging.disable(lvl)``, call ``logging.disable(logging.NOTSET)``.
967
968
969
.. function:: addLevelName(lvl, levelName)
0 commit comments