diff --git a/backend/main.py b/backend/main.py index 8d0d3d0..7f17501 100644 --- a/backend/main.py +++ b/backend/main.py @@ -33,6 +33,7 @@ _api_key_bearer = HTTPBearer(auto_error=False) logging.basicConfig(level=logging.INFO) logging.getLogger("httpx").setLevel(logging.WARNING) +logging.getLogger("httpcore").setLevel(logging.WARNING) logger = logging.getLogger(__name__)