fix: logs and build

This commit is contained in:
2026-07-21 00:46:16 +02:00
parent 7a1b18f931
commit a9289e656c
5 changed files with 16 additions and 5 deletions
+2
View File
@@ -49,3 +49,5 @@ def configure_logging() -> None:
root.handlers.clear()
root.addHandler(handler)
root.setLevel(logging.INFO)
logging.getLogger("httpx").setLevel(logging.WARNING)
logging.getLogger("httpcore").setLevel(logging.WARNING)