logging setup changed

This commit is contained in:
Matthias Bisping 2022-06-14 16:28:45 +02:00
parent 4fcc89f938
commit c1b5cbeb51

View File

@ -40,7 +40,7 @@ logging.getLogger("PIL.PngImagePlugin").setLevel(level=logging.CRITICAL + 1)
logging.getLogger("waitress").setLevel(level=logging.CRITICAL + 1)
@pytest.fixture(autouse=True)
@pytest.fixture(autouse=False)
def mute_logger():
logger.setLevel(logging.CRITICAL + 1)