Henk-Jaap Wagenaar <[email protected]> added the comment:
Logging can be quite tricky. There are filters at multiple levels. In this case, you didn't set up the "global logging" and I am guessing, by default, it only shows WARNING and above. You can fix your problem by doing: logging.basicConfig(level=logging.DEBUG) ---------- nosy: +cryvate _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue44440> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
