From 075588f1af602714f8b092fac72f8c1a353e7c50 Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Tue, 5 Aug 2014 10:32:06 +0100 Subject: [PATCH] Issue #22130: Corrected fileConfig() documentation. --- Doc/library/logging.config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/logging.config.rst b/Doc/library/logging.config.rst index c618aa82ce..fddb644c8a 100644 --- a/Doc/library/logging.config.rst +++ b/Doc/library/logging.config.rst @@ -92,7 +92,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 -- 2.50.1