build-all - verbose logs to print timestamps

So it will be easier to track build times from logs
This commit is contained in:
Andrej730
2025-07-30 11:51:15 +05:00
parent 5acacaa9d8
commit c82a7b708c
+2
View File
@@ -274,6 +274,8 @@ def gather_dependencies(dep: str) -> "Generator[str]":
if "v" in flags:
logger.setLevel(logging.DEBUG)
formatter = logging.Formatter("%(asctime)s - %(levelname)s - %(message)s")
ch.setFormatter(formatter)
else:
logger.setLevel(logging.INFO)