Steven D'Aprano <[email protected]> added the comment:
On Wed, Dec 19, 2018 at 10:37:22AM +0000, Mark Dickinson wrote: > > Mark Dickinson <[email protected]> added the comment: > > The call to `logging.error` is *not* irrelevant here. It's causing an > implicit, and surprising (albeit documented), call to > `logging.basicConfig`. Ah, thanks. And of course the documentation you refer to is right there in the paragraph above the one I linked to earlier, and I completely missed it. Ouch. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue35530> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
