From 924e466c983accf9fbf8e57ab744a862750b9d5b Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Thu, 30 Jul 2020 12:38:40 +0300 Subject: [PATCH] Add missing changelog for issue 7569 --- 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 00000000000..5dd38bc4d92 --- /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()``.