[New-bugs-announce] [issue41782] No f-string in logging.basicConfig()

Shubham Singh report at bugs.python.org
Mon Sep 14 09:49:54 EDT 2020


New submission from Shubham Singh <shubham.25powertech at 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 <report at bugs.python.org>
<https://bugs.python.org/issue41782>
_______________________________________


More information about the New-bugs-announce mailing list