New submission from Alexander Dietz <alexander.di...@epfl.ch>:
Using python 3.8.10 and the documentation https://docs.python.org/3.8/library/logging.html it seems that either the documentation is incorrect/unclear, or that the logging module does not work as described. Reading on the Logger Object and the setLevel method I created the attached python code, which does not work as expected. As I set the level to "DEBUG", and the documentation clearly says " Logging messages which are less severe than level will be ignored". But having set the level to DEBUG, even the more "severe" info message is ignored. That is clearly contradicting the documentation! ---------- assignee: docs@python components: Documentation files: problem.py messages: 395984 nosy: alex4200, docs@python priority: normal severity: normal status: open title: logging does not work as documented (setLevel) type: behavior versions: Python 3.8 Added file: https://bugs.python.org/file50114/problem.py _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue44440> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com