This commit is contained in:
2025-07-06 17:34:26 +02:00
parent 50ca8ab5bf
commit 5036ff79f7
3 changed files with 5 additions and 4 deletions

View File

@@ -174,7 +174,7 @@ def main(args) -> None:
try:
Path(lock_file).touch()
logger.info("starting builder", extra={"version": VERSION})
logger.info("starting builder", extra={"version": VERSION, "arguments": args})
logger.info("getting logo from sorogon.eu")
req = urllib.request.Request("https://files.sorogon.eu/logo.svg")