[issue30995] Support logging.getLogger(style='{')

Raymond Hettinger report at bugs.python.org
Sun Sep 24 15:36:46 EDT 2017


Raymond Hettinger added the comment:

[Vinay Sajip]
> I don't think the ways of doing this are bulletproof and 
> require too much cooperation between third-party libraries.

I concur with all of Vinay's comments.  

If logging were being redesigned from scratch, it would likely use new-style formatting everywhere.  But, it is already deployed and widely adopted.  Trying to make it support two-ways-to-do-it would likely create more problems than it solves.

Vinay, do you want to reject and close this proposal?

----------
assignee:  -> vinay.sajip
nosy: +rhettinger

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue30995>
_______________________________________


More information about the Python-bugs-list mailing list