New submission from Shubham Singh <shubham.25powert...@gmail.com>:

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.

----------
messages: 376878
nosy: shubham.25powertech
priority: normal
severity: normal
status: open
title: No f-string in logging.basicConfig()
type: enhancement
versions: Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41782>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to