potiuk opened a new pull request, #68371:
URL: https://github.com/apache/airflow/pull/68371
Reverts the remote-log upload failure warnings added in #66571.
The structured warnings turned out to be both noisy and low-visibility:
- They fired for **every task** on installs without remote logging
configured — a missing remote handler is the default, not a failure.
- They were emitted through a dedicated `airflow.logging.remote` logger
that only reaches worker stdout, not the task logs operators actually
read in the UI.
I explored a more targeted fix (silencing the no-handler case and routing
genuine failures through the task's own logger so they surface in task
logs), but it added more complexity than this defense-in-depth was worth.
Withdrawing the change entirely is the cleanest path for now; we can
revisit surfacing real remote-upload failures later with a design that
doesn't fire on the common no-remote-logging case.
---
##### Was generative AI tooling used to co-author this PR?
- [X] Yes — Claude Code (Opus 4.8)
Generated-by: Claude Code (Opus 4.8) 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]