Brendan Meeder added the comment:
Hi there,
I appreciate the change to documentation but still find the updated wording
misleading. Existing loggers are not "left enabled," implying that existing
loggers that were disabled before the call to fileConfig remain disabled after
t
New submission from Brendan Meeder:
The 2.7.8 documentation for fileConfig says that for disable_existing_loggers:
"If specified as False, loggers which exist when this call is made are left
alone."
This is actually not the case- they are enabled after the call to fileConfig.
In