mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +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]
|
[formatter_form01]
|
||||||
format=F1 %(asctime)s %(levelname)s %(message)s
|
format=F1 %(asctime)s %(levelname)s %(message)s
|
||||||
datefmt=
|
datefmt=
|
||||||
style='%'
|
style=%
|
||||||
validate=True
|
validate=True
|
||||||
class=logging.Formatter
|
class=logging.Formatter
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue