gh-90326: Remove quotes for logging config (GH-91516)

This commit is contained in:
slateny 2022-04-13 21:15:00 -07:00 committed by GitHub
parent 355cbaadbb
commit 45e8c9d43f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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