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 vinay.sajip
Recipients docs@python, flipdazed, vinay.sajip
Date 2020-02-04.07:19:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580800758.73.0.876277057767.issue39540@roundup.psfhosted.org>
In-reply-to
Content
That's an internal detail. In fact loggers aren't created for all loggers in the hierarchy - PlaceHolder objects are created internally for hierarchy ancestors, and converted to loggers if needed. The printout from your linked Stack Overflow question shows this.

This is not documented because it's internal implementation detail. How the dotted-name hierarchy works is documented.
History
Date User Action Args
2020-02-04 07:19:18vinay.sajipsetrecipients: + vinay.sajip, docs@python, flipdazed
2020-02-04 07:19:18vinay.sajipsetmessageid: <1580800758.73.0.876277057767.issue39540@roundup.psfhosted.org>
2020-02-04 07:19:18vinay.sajiplinkissue39540 messages
2020-02-04 07:19:18vinay.sajipcreate