Merge pull request #7581 from bluetech/logging-setlevel-handler-restore

Add missing changelog for issue 7569

(cherry picked from commit 645cbc91fc)
This commit is contained in:
Ran Benita 2020-07-30 13:41:02 +03:00
parent 1516780829
commit df7b26704d
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
Fix logging capture handler's level not reset on teardown after a call to ``caplog.set_level()``.