diff options
-rw-r--r-- | Doc/library/logging.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 0b2181c28c..44979f86b6 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -732,7 +732,8 @@ functions. .. function:: shutdown() Informs the logging system to perform an orderly shutdown by flushing and - closing all handlers. + closing all handlers. This should be called at application exit and no + further use of the logging system should be made after this call. .. function:: setLoggerClass(klass) |