From df7b26704db18a75188d7bb6630b549817f529da Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Thu, 30 Jul 2020 13:41:02 +0300 Subject: [PATCH] Merge pull request #7581 from bluetech/logging-setlevel-handler-restore Add missing changelog for issue 7569 (cherry picked from commit 645cbc91fc1db67a36cca5c5be26e889e81cc768) --- changelog/7569.bugfix.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/7569.bugfix.rst diff --git a/changelog/7569.bugfix.rst b/changelog/7569.bugfix.rst new file mode 100644 index 0000000000..5dd38bc4d9 --- /dev/null +++ b/changelog/7569.bugfix.rst @@ -0,0 +1 @@ +Fix logging capture handler's level not reset on teardown after a call to ``caplog.set_level()``.