diff options
| author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2014-08-05 10:34:16 +0100 |
|---|---|---|
| committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2014-08-05 10:34:16 +0100 |
| commit | 12d9ddf532ff5cb1115dababd4cd1b7275297582 (patch) | |
| tree | ef982e351c33eea89e951daf182153d334cdd24c | |
| parent | 67f6d5f4d0b166839818f7fbf447a1a2e9ae5b5a (diff) | |
| download | cpython-git-12d9ddf532ff5cb1115dababd4cd1b7275297582.tar.gz | |
Issue #22130: Corrected fileConfig() documentation.
| -rw-r--r-- | Doc/library/logging.config.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/logging.config.rst b/Doc/library/logging.config.rst index 171b0a3ede..180569b210 100644 --- a/Doc/library/logging.config.rst +++ b/Doc/library/logging.config.rst @@ -105,7 +105,7 @@ in :mod:`logging` itself) and defining handlers which are declared either in :param disable_existing_loggers: If specified as ``False``, loggers which exist when this call is made are left - alone. The default is ``True`` because this + enabled. The default is ``True`` because this enables old behaviour in a backward- compatible way. This behaviour is to disable any existing loggers unless they or |
