The GitHub Actions job "Tests" on airflow.git/fix-local-executor-logs-to-stdout has succeeded. Run started by GitHub user eladkal (triggered by eladkal).
Head commit for run: 142ad7cfe191acb87e6b419262efa1d55438812f / 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/23397220079 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
