The GitHub Actions job "Tests" on airflow.git/fix-local-executor-logs-to-stdout has failed. Run started by GitHub user taranlu-houzz (triggered by potiuk).
Head commit for run: 1af4a04a2349ca72d0a74a60c6925a9db9c4f743 / Taran Lu <[email protected]> fix: forward task logs to stdout in LocalExecutor LocalExecutor's `_execute_work()` calls `supervise()` without passing `subprocess_logs_to_stdout=True`, so task logs are only written to log files and never reach the container's stdout. This breaks log collection in Kubernetes deployments that rely on container stdout for aggregation (e.g., Fluentd, Coralogix, Datadog). The containerized executor (`execute_workload.py`) already passes this flag (added in #47731), but LocalExecutor was not updated. Closes #54501 Report URL: https://github.com/apache/airflow/actions/runs/23323767516 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
