fix: logs and build
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user