summaryrefslogtreecommitdiffstats
path: root/Doc/library/logging.rst
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2008-03-16 21:35:58 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2008-03-16 21:35:58 (GMT)
commit91f0ee4db6540e85f61c1a3969f62b7928d67fb8 (patch)
treeba3485c3c68a1d4230b6b1e25fc55afa3f5c2832 /Doc/library/logging.rst
parent87b0551931d7c3373210c9d4c33b2b72732c645c (diff)
downloadcpython-91f0ee4db6540e85f61c1a3969f62b7928d67fb8.zip
cpython-91f0ee4db6540e85f61c1a3969f62b7928d67fb8.tar.gz
cpython-91f0ee4db6540e85f61c1a3969f62b7928d67fb8.tar.bz2
Clarified documentation on use of shutdown().
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 0b2181c..44979f8 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)