laurenhall1526-netizen commented on issue #54501: URL: https://github.com/apache/airflow/issues/54501#issuecomment-4112283048
Thanks for the update. On Sun, Mar 22, 2026, 11:32 AM Subham ***@***.***> wrote: > *Subham-KRLX* left a comment (apache/airflow#54501) > <https://github.com/apache/airflow/issues/54501#issuecomment-4106553484> > > I have identified the root cause for #63960 > <https://github.com/apache/airflow/pull/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. > > — > Reply to this email directly, view it on GitHub > <https://github.com/apache/airflow/issues/54501?email_source=notifications&email_token=B7IHA46YDECK3FPBTA6DFJL4SAIQ3A5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTIMJQGY2TKMZUHA2KM4TFMFZW63VHMNXW23LFNZ2KKZLWMVXHJLDGN5XXIZLSL5RWY2LDNM#issuecomment-4106553484>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/B7IHA4YS2BFTRH7UOIUTQ7T4SAIQ3AVCNFSM6AAAAACW2YKMPCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DCMBWGU2TGNBYGQ> > . > You are receiving this because you commented.Message ID: > ***@***.***> > -- 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]
