diff --git a/win/build-deps.py b/win/build-deps.py index 628990ee10..3136a7f383 100644 --- a/win/build-deps.py +++ b/win/build-deps.py @@ -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.", )