mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 14:23:53 +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(
|
parser.add_argument(
|
||||||
"--log-level",
|
"--log-level",
|
||||||
# TODO: relax default to INFO once things get more stable.
|
default="INFO",
|
||||||
default="DEBUG",
|
|
||||||
choices=("DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL"),
|
choices=("DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL"),
|
||||||
help="Logging verbosity.",
|
help="Logging verbosity.",
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user