This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bokunogf
Recipients bokunogf, docs@python
Date 2021-12-23.20:58:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640293086.43.0.363469814409.issue46168@roundup.psfhosted.org>
In-reply-to
Content
Documentation link: https://docs.python.org/3/library/logging.config.html#configuration-file-format

It seems that the example for the "formatter_form01" formatter section specifies following for the style(please note the single-quotes around the value). 
style='%'

This seems to raise a ValueError with the message "Style must be one of..." when parsing the configuration file. Removing the single quotes seems to fix the issue:
style=%
History
Date User Action Args
2021-12-23 20:58:06bokunogfsetrecipients: + bokunogf, docs@python
2021-12-23 20:58:06bokunogfsetmessageid: <1640293086.43.0.363469814409.issue46168@roundup.psfhosted.org>
2021-12-23 20:58:06bokunogflinkissue46168 messages
2021-12-23 20:58:06bokunogfcreate