]> granicus.if.org Git - python/commit
bpo-33978: Close existing handlers before logging (re-)configuration. (GH-8008) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 Jul 2018 09:35:09 +0000 (02:35 -0700)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Mon, 2 Jul 2018 09:35:09 +0000 (10:35 +0100)
commit6f49afc3d983350f4f04d221a26573721f23c475
tree2eae2dadcb17735ff99ee8c8dc7bb2847f2e2a51
parentf9ae07441cba52e680356a42972c92fd86e9adf4
bpo-33978: Close existing handlers before logging (re-)configuration. (GH-8008) (GH-8044)

(cherry picked from commit 087570af6d5d39b51bdd5e660a53903960e58678)

Co-authored-by: Xtreak <tirkarthi@users.noreply.github.com>
Lib/logging/config.py
Lib/test/test_logging.py
Misc/NEWS.d/next/Library/2018-06-29-12-23-34.bpo-33978.y4csIw.rst [new file with mode: 0644]