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.

Author shubham.25powertech
Recipients shubham.25powertech
Date 2020-09-14.13:49:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600091394.24.0.394183543133.issue41782@roundup.psfhosted.org>
In-reply-to
Content
There is no method to implement format strings in the basicConfig() method of the logging module. There are the implementations of '%', '{' or '$' for printf-style, str.format() or string.Template respectively using the style keyword.
History
Date User Action Args
2020-09-14 13:49:54shubham.25powertechsetrecipients: + shubham.25powertech
2020-09-14 13:49:54shubham.25powertechsetmessageid: <1600091394.24.0.394183543133.issue41782@roundup.psfhosted.org>
2020-09-14 13:49:54shubham.25powertechlinkissue41782 messages
2020-09-14 13:49:54shubham.25powertechcreate