Fix logger initialization

This commit is contained in:
Simon Conseil
2023-07-30 22:58:10 +02:00
parent 33ab4f53ea
commit 8481f20d0f

View File

@@ -145,7 +145,7 @@ def build(
level = logging.WARNING
show_progress = True
init_logging(__name__, level=level)
init_logging("sigal", level=level)
logger = logging.getLogger(__name__)
if not os.path.isfile(config):