[issue38586] logging: handlers names are not set when using fileConfig

2019-10-31 Thread Vinay Sajip
Change by Vinay Sajip : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed type: -> enhancement ___ Python tracker ___ ___

[issue38586] logging: handlers names are not set when using fileConfig

2019-10-31 Thread Vinay Sajip
Vinay Sajip added the comment: New changeset b15100fe7def8580c78ed16f0bb4b72b2ae7af3f by Vinay Sajip (Lucas Cimon) in branch 'master': bpo-38586: setting logging.Handler .name property in fileConfig (GH-16918) https://github.com/python/cpython/commit/b15100fe7def8580c78ed16f0bb4b72b2ae7af3f

[issue38586] logging: handlers names are not set when using fileConfig

2019-10-24 Thread Lucas Cimon
Change by Lucas Cimon : -- keywords: +patch pull_requests: +16450 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16918 ___ Python tracker ___

[issue38586] logging: handlers names are not set when using fileConfig

2019-10-24 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +vinay.sajip ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue38586] logging: handlers names are not set when using fileConfig

2019-10-24 Thread Lucas Cimon
New submission from Lucas Cimon : The logging.Handler .name property is not set when the logging configuration is loaded with logging.fileConfig -- components: Library (Lib) messages: 355338 nosy: Lucas Cimon priority: normal severity: normal status: open title: logging: handlers names