nathaliaceballoshurtado commented on issue #42136: URL: https://github.com/apache/airflow/issues/42136#issuecomment-3378502467
Well I have search and since airflow 3.0+ worker with api server doesn't communicate. Also is running the api server and web server both in 8080, so if you are using Celery worker you could store logs external with several env vars https://github.com/airflow-helm/charts/blob/main/charts/airflow/docs/faq/monitoring/log-persistence.md#s3-bucket or you can specify in api-server service as someone above says the following env var AIRFLOW__CORE__EXECUTION_API_SERVER_URL = http://<your-webserver-host>:8080/execution/ this is going to take what it serves in the same api server (using the Execution API route to fetch logs) I think that also works setting up another env var to indicate the worker host but the above worked for me -- 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]
