mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
gh-90326: Remove quotes for logging config (GH-91516)
This commit is contained in:
parent
355cbaadbb
commit
45e8c9d43f
1 changed files with 1 additions and 1 deletions
|
@ -833,7 +833,7 @@ Sections which specify formatter configuration are typified by the following.
|
|||
[formatter_form01]
|
||||
format=F1 %(asctime)s %(levelname)s %(message)s
|
||||
datefmt=
|
||||
style='%'
|
||||
style=%
|
||||
validate=True
|
||||
class=logging.Formatter
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue