kaxil commented on code in PR #57548:
URL: https://github.com/apache/airflow/pull/57548#discussion_r2478915755


##########
task-sdk/src/airflow/sdk/api/client.py:
##########
@@ -366,7 +377,12 @@ def get(self, conn_id: str) -> ConnectionResponse | 
ErrorResponse:
             resp = self.client.get(f"connections/{conn_id}")
         except ServerResponseError as e:
             if e.response.status_code == HTTPStatus.NOT_FOUND:
-                log.error(

Review Comment:
   Let's just change this to `debug` level or remove it



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to