fix: set default log level to info
Deploy / deploy (push) Successful in 4s

This commit is contained in:
Benjamin Labrecque
2026-07-27 10:56:44 +02:00
parent 77ecaef87e
commit 604bf960a0
+1 -1
View File
@@ -34,7 +34,7 @@ def get_git_root(path) -> Path:
return Path(git_root)
def init_logging(log_level: LogLevel):
def init_logging(log_level: LogLevel = LogLevel.INFO):
"""
Configure logging -- set log level
"""