[issue44120] logging.config.fileConfig/dictConfig can not import class

Hiroaki Mizuguchi report at bugs.python.org
Thu May 20 20:55:47 EDT 2021


Hiroaki Mizuguchi <hiroaki-m at iij.ad.jp> added the comment:

bar module use logging module of stdlib not bar.logging module in this test case.

change the statement to `from . import logging` is not a solution.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44120>
_______________________________________


More information about the Python-bugs-list mailing list