kaxil commented on code in PR #57343:
URL: https://github.com/apache/airflow/pull/57343#discussion_r2465216017
##########
task-sdk/src/airflow/sdk/execution_time/supervisor.py:
##########
@@ -1930,6 +1930,7 @@ def supervise(
limits = httpx.Limits(max_keepalive_connections=1, max_connections=10)
client = Client(base_url=server or "", limits=limits, dry_run=dry_run,
token=token)
close_client = True
+ log.info("Connecting to execution API server", server=server)
Review Comment:
Better as debug log then?
```suggestion
log.debug("Connecting to execution API server", server=server)
```
--
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]