Owen-CH-Leung commented on issue #37122: URL: https://github.com/apache/airflow/issues/37122#issuecomment-1933976278
afaik, the DAG processor manager runs in a spawned process and by default output its log to a destinated file defined by `dag_processor_manager_log_location`. I think this behaviour also applies to `v2.6.2` I suggest adding an extra variable in the config like `dag_processor_manager_log_stdout` , which if being set to `True` (default is `False`) , extend the log handler to also include logging to stdout. That way, the log from the spawned process can also be directed to the stdout of airflow scheduler like below : <img width="1399" alt="image" src="https://github.com/apache/airflow/assets/43698890/645fe926-ed81-4766-80c0-e0a3fa673155"> thoughts ? -- 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]
