summaryrefslogtreecommitdiffstats
path: root/Doc/library/logging.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/logging.rst')
-rw-r--r--Doc/library/logging.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst
index a7693fb..8ffa301 100644
--- a/Doc/library/logging.rst
+++ b/Doc/library/logging.rst
@@ -724,7 +724,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)