Skip to content

Revert remote-log upload failure warnings from #66571#68371

Merged
ashb merged 1 commit into
apache:mainfrom
potiuk:revert-66571-remote-log-warnings
Jun 11, 2026
Merged

Revert remote-log upload failure warnings from #66571#68371
ashb merged 1 commit into
apache:mainfrom
potiuk:revert-66571-remote-log-warnings

Conversation

@potiuk

@potiuk potiuk commented Jun 11, 2026

Copy link
Copy Markdown
Member

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?
  • Yes — Claude Code (Opus 4.8)

Generated-by: Claude Code (Opus 4.8) following the guidelines

…pache#66571)"

This reverts commit ef87426.

The remote-log upload warnings fired for every task on installs without
remote logging configured (a missing handler is the default, not a
failure) and were emitted through a dedicated "airflow.logging.remote"
logger that only reaches worker stdout, not the task logs operators
actually read. The whole change is withdrawn rather than patched.
@ashb ashb merged commit 5319f6d into apache:main Jun 11, 2026
102 checks passed
imrichardwu pushed a commit to imrichardwu/airflow that referenced this pull request Jun 16, 2026
…pache#66571)" (apache#68371)

This reverts commit ef87426.

The remote-log upload warnings fired for every task on installs without
remote logging configured (a missing handler is the default, not a
failure) and were emitted through a dedicated "airflow.logging.remote"
logger that only reaches worker stdout, not the task logs operators
actually read. The whole change is withdrawn rather than patched.
dingo4dev pushed a commit to dingo4dev/airflow that referenced this pull request Jun 16, 2026
…pache#66571)" (apache#68371)

This reverts commit ef87426.

The remote-log upload warnings fired for every task on installs without
remote logging configured (a missing handler is the default, not a
failure) and were emitted through a dedicated "airflow.logging.remote"
logger that only reaches worker stdout, not the task logs operators
actually read. The whole change is withdrawn rather than patched.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants