[issue22130] Logging fileConfig behavior does not match documentation

2014-08-05 Thread Brendan Meeder
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

[issue22130] Logging fileConfig behavior does not match documentation

2014-08-03 Thread Brendan Meeder
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