This commit is contained in:
@@ -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
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user