Merge "pytest: explicitly set system logger to DEBUG"

This commit is contained in:
Zuul 2022-05-27 18:32:52 +00:00 committed by Gerrit Code Review
commit 0c8a088664

View File

@ -1548,6 +1548,7 @@ class TestUtils(unittest.TestCase):
self.handleError(record)
logger = logging.getLogger()
logger.setLevel(logging.DEBUG)
handler = CrashyLogger()
logger.addHandler(handler)