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 akihiro
Recipients akihiro
Date 2021-05-13.06:00:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620885602.73.0.397107954312.issue44120@roundup.psfhosted.org>
In-reply-to
Content
This bug is loading bar.logging.FooBarFormatter is occur "ModuleNotFoundError: No module named 'bar.logging.FooBarFormatter'; 'bar.logging' is not a package" when bar module has 'import logging' directive.

logging.config._resolve and logging.config.BaseConfiguration.resolve has the bug.

See also my testcase repository: https://github.com/akihiro/python-logging-config-testcase
History
Date User Action Args
2021-05-13 06:00:02akihirosetrecipients: + akihiro
2021-05-13 06:00:02akihirosetmessageid: <1620885602.73.0.397107954312.issue44120@roundup.psfhosted.org>
2021-05-13 06:00:02akihirolinkissue44120 messages
2021-05-13 06:00:02akihirocreate