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 cryvate
Recipients alex4200, cryvate, docs@python
Date 2021-06-17.12:09:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623931745.29.0.845726024623.issue44440@roundup.psfhosted.org>
In-reply-to
Content
The sentence within the doc should not be considered in isolation.

The "Logger" object is *not* ignoring the message (in accordance with the documentation and your expectation), but the "Handler" is, see https://docs.python.org/3.8/library/logging.html#logging.Handler.setLevel and here: https://docs.python.org/3/howto/logging.html: "The default level is WARNING, which means that only events of this level and above will be tracked, unless the logging package is configured to do otherwise."

Logging is quite complicated, and reading the API reference is not the best starting point, as is noted at the top of the page and links provided.
History
Date User Action Args
2021-06-17 12:09:05cryvatesetrecipients: + cryvate, docs@python, alex4200
2021-06-17 12:09:05cryvatesetmessageid: <1623931745.29.0.845726024623.issue44440@roundup.psfhosted.org>
2021-06-17 12:09:05cryvatelinkissue44440 messages
2021-06-17 12:09:05cryvatecreate