apache/airflow
Ver no GitHubDisplay entire KubernetesExecutor worker pod logs when task is running instead of only the last 100 lines
Open
#48.710 aberto em 2 de abr. de 2025
area:logginggood first issuekind:featureprovider:cncf-kubernetes
Métricas do repositório
- Stars
- (44.809 stars)
- Métricas de merge de PR
- (Mesclagem média 7d 18h) (834 fundiu PRs em 30d)
Description
Description
When a task is in the running state, only the last 100 lines are streamed from the worker pod (with KubernetesExecutor). The entire logs appear once the task is completed. The 100 line limit is hardcoded here.
We should allow this limit to be configurable or display all logs that have been generated so far instead of only the last 100 lines.
Use case/motivation
Users might need the entire log history or more context to ensure that long running tasks are executing as expected.
Related issues
No response
Are you willing to submit a PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct