Subham-KRLX commented on issue #54501:
URL: https://github.com/apache/airflow/issues/54501#issuecomment-4106553484

   I have identified the root cause for #63960. In Airflow 3 
airflow_local_settings.py for Elasticsearch correctly sets REMOTE_TASK_LOG, but 
it is missing the update to DEFAULT_LOGGING_CONFIG["handlers"]["task"] with the 
ElasticsearchTaskHandler class.Because of this omission it falls back to the 
default FileTaskHandler for live logging, which doesn't know about the 
write_stdout configuration. This is why logs are missing from stdout. I will 
raise a PR to restore the missing handler configuration in 
airflow_local_settings.py so that live stdout logging works as expected again.


-- 
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]

Reply via email to