build-deps.py: relax default logging to INFO

This commit is contained in:
Andrej730
2026-09-14 15:23:01 +05:00
parent e7ae2097a4
commit 1b97857b60
+1 -2
View File
@@ -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.",
) )