arielrahamim commented on PR #69597: URL: https://github.com/apache/airflow/pull/69597#issuecomment-5470186493
Hit the same issue. Airflow 3.2.2, providers-celery 3.22.0, executor `KubernetesExecutor,CeleryExecutor`. 16 Celery-pinned DAGs, ~42,750 task instances/day whose logs land in the task log file but never on the worker pod's stdout, so our cluster log collector sees none of them — two of those DAGs run every 2 minutes. Reproduced locally and confirmed a `supervise(subprocess_logs_to_stdout=True)` flip is sufficient on the pre-3.3 path. We're about to run that as an `airflow_local_settings.py` monkeypatch as a stopgap until this lands. -- 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]
