[issue35722] disable_existing_loggers does not apply to the root logger

2019-01-22 Thread Vinay Sajip
Change by Vinay Sajip : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue35722] disable_existing_loggers does not apply to the root logger

2019-01-22 Thread Vinay Sajip
Change by Vinay Sajip : -- pull_requests: -11450 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35722] disable_existing_loggers does not apply to the root logger

2019-01-22 Thread Vinay Sajip
Change by Vinay Sajip : -- pull_requests: -11449 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35722] disable_existing_loggers does not apply to the root logger

2019-01-22 Thread Vinay Sajip
Change by Vinay Sajip : -- pull_requests: -11447 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35722] disable_existing_loggers does not apply to the root logger

2019-01-22 Thread Vinay Sajip
Vinay Sajip added the comment: New changeset 552478bb1086ef371e4f1da0b430b90eba4785d5 by Vinay Sajip (Miss Islington (bot)) in branch '3.7': bpo-35722: Updated the documentation for the 'disable_existing_loggers' parameter (GH-11525) (GH-11655)

[issue35722] disable_existing_loggers does not apply to the root logger

2019-01-22 Thread Vinay Sajip
Change by Vinay Sajip : -- pull_requests: -11446 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35722] disable_existing_loggers does not apply to the root logger

2019-01-22 Thread miss-islington
Change by miss-islington : -- keywords: +patch, patch, patch, patch, patch pull_requests: +11445, 11446, 11447, 11448, 11449, 11450 ___ Python tracker ___

[issue35722] disable_existing_loggers does not apply to the root logger

2019-01-22 Thread miss-islington
Change by miss-islington : -- keywords: pull_requests: +11446, 11447, 11449, 11450 ___ Python tracker ___ ___ Python-bugs-list

[issue35722] disable_existing_loggers does not apply to the root logger

2019-01-22 Thread miss-islington
Change by miss-islington : -- keywords: +patch, patch pull_requests: +11445, 11446 ___ Python tracker ___ ___ Python-bugs-list

[issue35722] disable_existing_loggers does not apply to the root logger

2019-01-22 Thread miss-islington
Change by miss-islington : -- keywords: +patch, patch, patch, patch pull_requests: +11445, 11446, 11447, 11449 ___ Python tracker ___

[issue35722] disable_existing_loggers does not apply to the root logger

2019-01-22 Thread miss-islington
Change by miss-islington : -- keywords: +patch, patch, patch pull_requests: +11445, 11446, 11447 ___ Python tracker ___ ___

[issue35722] disable_existing_loggers does not apply to the root logger

2019-01-22 Thread miss-islington
Change by miss-islington : -- keywords: +patch pull_requests: +11445 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue35722] disable_existing_loggers does not apply to the root logger

2019-01-22 Thread Vinay Sajip
Vinay Sajip added the comment: New changeset f0c743604fc841d35a48822b936ef2e5919e43c1 by Vinay Sajip (Géry Ogam) in branch 'master': bpo-35722: Updated the documentation for the 'disable_existing_loggers' parameter (GH-11525)

[issue35722] disable_existing_loggers does not apply to the root logger

2019-01-20 Thread Cheryl Sabella
Change by Cheryl Sabella : -- assignee: -> docs@python components: +Documentation -Library (Lib) nosy: +docs@python ___ Python tracker ___

[issue35722] disable_existing_loggers does not apply to the root logger

2019-01-20 Thread Cheryl Sabella
Change by Cheryl Sabella : -- stage: -> patch review versions: +Python 3.8 ___ Python tracker ___ ___ Python-bugs-list mailing

[issue35722] disable_existing_loggers does not apply to the root logger

2019-01-11 Thread Géry
New submission from Géry : In the logging package, the parameter disable_existing_loggers used in logging.config.dictConfig and logging.config.fileConfig does not apply to the root logger. More precisely, its disabled attribute remains unchanged (while it is set to True for non-root loggers).