Subham-KRLX opened a new pull request, #64067:
URL: https://github.com/apache/airflow/pull/64067

   This PR restores the ElasticsearchTaskHandler in DEFAULT_LOGGING_CONFIG 
within airflow_local_settings.py, resolving the regression where task logs were 
no longer visible in stdout after upgrading to Airflow 3.While 
ElasticsearchRemoteLogIO
    was previously added for remote retrieval, the handler itself was omitted 
from the configuration block. This caused Airflow to fall back to the generic 
FileTaskHandler, which does not support the write_stdout configuration. 
Restoring the handler ensures that logs are correctly sent to stdout(for 
Fluentd/container log shippers) when configured.
   
   This aligns the Elasticsearch provider's logging configuration with the 
patterns used by Opensearch and Stackdriver.
   
   closes: #63960
   
   Was generative AI tooling used to co-author this PR?
   Yes — Gemini (Code Research and PR Description)


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