logging setup changed

This commit is contained in:
Matthias Bisping 2022-04-25 17:01:44 +02:00
parent 7312e57d11
commit 89e33618fe

View File

@ -26,7 +26,7 @@ def main():
if __name__ == "__main__":
logging.basicConfig(level=CONFIG.service.logging_level)
logging.getLogger("pillow").setLevel(logging.ERROR)
logging.getLogger("PIL").setLevel(logging.ERROR)
logger = get_logger()
show_banner()