insomnes opened a new issue, #45529: URL: https://github.com/apache/airflow/issues/45529
### Description `FileTaskHandler` should have the ability to get logs not only from the default executor, but from one configured on the task instance ### Use case/motivation With the introduction of multiple executors flow of the `FileTaskHandler` log reading of the running task was broken if the task was run by a non-default executor. For example, usage of "LocalExecutor,KubernetesExecutor" leads to an inability of online logs reading in web interface. I was able to overcome it with a custom executor workaround, but I belive that this would be a reasonable feature to expect with multiple executors. ### Related issues _No response_ ### Are you willing to submit a PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
