logging setup changed

This commit is contained in:
Matthias Bisping 2022-04-25 17:06:59 +02:00
parent 89e33618fe
commit c9cad0eda5

View File

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