logging setup changed
This commit is contained in:
parent
89e33618fe
commit
c9cad0eda5
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user