mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 08:35:14 +00:00
build-deps.py: relax default logging to INFO
This commit is contained in:
+1
-2
@@ -187,8 +187,7 @@ def parse_args() -> Args:
|
||||
)
|
||||
parser.add_argument(
|
||||
"--log-level",
|
||||
# TODO: relax default to INFO once things get more stable.
|
||||
default="DEBUG",
|
||||
default="INFO",
|
||||
choices=("DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL"),
|
||||
help="Logging verbosity.",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user