This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: logging: handlers names are not set when using fileConfig
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.9
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: Lucas Cimon, vinay.sajip
Priority: normal Keywords: patch

Created on 2019-10-24 15:16 by Lucas Cimon, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 16918 merged Lucas Cimon, 2019-10-24 15:29
Messages (2)
msg355338 - (view) Author: Lucas Cimon (Lucas Cimon) * Date: 2019-10-24 15:16
The logging.Handler .name property is not set when the logging configuration is loaded with logging.fileConfig
msg355742 - (view) Author: Vinay Sajip (vinay.sajip) * (Python committer) Date: 2019-10-31 08:06
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
History
Date User Action Args
2022-04-11 14:59:22adminsetgithub: 82767
2019-10-31 08:07:24vinay.sajipsetstatus: open -> closed
type: enhancement
resolution: fixed
stage: patch review -> resolved
2019-10-31 08:06:29vinay.sajipsetmessages: + msg355742
2019-10-24 15:29:21Lucas Cimonsetkeywords: + patch
stage: patch review
pull_requests: + pull_request16450
2019-10-24 15:21:16xtreaksetnosy: + vinay.sajip
2019-10-24 15:16:03Lucas Cimoncreate