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 methane
Recipients methane
Date 2021-04-05.04:29:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617596968.06.0.267322224871.issue43731@roundup.psfhosted.org>
In-reply-to
Content
logging.basicConfig() uses locale encoding when reading config file.

We need to add `encoding=None` parameter and `encoding=io.text_encoding(encoding)` in it.
History
Date User Action Args
2021-04-05 04:29:28methanesetrecipients: + methane
2021-04-05 04:29:28methanesetmessageid: <1617596968.06.0.267322224871.issue43731@roundup.psfhosted.org>
2021-04-05 04:29:28methanelinkissue43731 messages
2021-04-05 04:29:27methanecreate