potiuk opened a new pull request, #65209: URL: https://github.com/apache/airflow/pull/65209
The OpenSearch task handler wiring in the stock `airflow_local_settings.py` only landed in Airflow **3.2.1**. On Airflow **3.0.0 – 3.2.0** the provider alone is not enough to enable reading task logs from OpenSearch — users must ship a custom `logging_config_class` that swaps the `task` handler. This adds a new section to `providers/opensearch/docs/logging/index.rst` that: - Notes that only `apache-airflow-providers-opensearch` **1.9.0+** is compatible with Airflow 3. - Provides a copy-pasteable custom `airflow_local_settings.py` snippet for Airflow 3.0.0 – 3.2.0. - Explains that on 3.2.1+ the override is unnecessary. - Warns that the `write_to_os = True` direct-write path also depends on supervisor plumbing only fully wired in 3.2.1+, so on 3.0.0 – 3.2.0 users should still ship logs with fluentd / logstash. Docs-only change. --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Code (Opus 4.6) Generated-by: Claude Code (Opus 4.6) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- 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]
