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 formatter support 'style' key in dictionary config
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: monson, python-dev, vinay.sajip
Priority: normal Keywords: patch

Created on 2013-03-25 06:31 by monson, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
add-logging-config-key-style.patch monson, 2013-03-25 06:31 review
Messages (2)
msg185188 - (view) Author: monson (monson) * Date: 2013-03-25 06:31
Since from version 3.2 ``style`` parameter was added in class logging.Formatter, it should be availably configured in configuration dictionary or file.
msg185506 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-03-29 17:59
New changeset d6fe31ce789d by Vinay Sajip in branch '3.3':
Issue #17540: Added style to Formatter configuration by dict.
http://hg.python.org/cpython/rev/d6fe31ce789d

New changeset e097fe3a87de by Vinay Sajip in branch 'default':
Closes #17540: Merged fix from 3.3.
http://hg.python.org/cpython/rev/e097fe3a87de
History
Date User Action Args
2022-04-11 14:57:43adminsetgithub: 61742
2013-03-29 17:59:39python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg185506

resolution: fixed
stage: resolved
2013-03-25 16:34:08r.david.murraysetnosy: + vinay.sajip
2013-03-25 06:31:27monsoncreate