Skip to content

[9.3] Suppress Azure SDK error logs (#139729)#139734

Merged
elasticsearchmachine merged 1 commit intoelastic:9.3from
DaveCTurner:backport/9.3/pr-139729
Dec 18, 2025
Merged

[9.3] Suppress Azure SDK error logs (#139729)#139734
elasticsearchmachine merged 1 commit intoelastic:9.3from
DaveCTurner:backport/9.3/pr-139729

Conversation

@DaveCTurner
Copy link
Copy Markdown
Member

Backports the following commits to 9.3:

It turns out that the Azure SDK logs copiously at `ERROR` level for
totally benign events such as a `BlobNotFound` response when trying to
delete a blob that has already been deleted. Until elastic#139226 these
messages were screamed into the void and caused no issue, but since that
change landed we now see them in the server logs too.

In due course we'd like to be able to capture these logs at a more
appropriate level, maybe `DEBUG`, but in the meantime this commit
removes the SLF4J bridge from the `repository-azure` module to redirect
them back into the void.
@DaveCTurner DaveCTurner added :Distributed/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs >bug auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport Team:Distributed Coordination (obsolete) Meta label for Distributed Coordination team. Obsolete. Please do not use. labels Dec 18, 2025
@elasticsearchmachine elasticsearchmachine merged commit 4090fb3 into elastic:9.3 Dec 18, 2025
35 checks passed
@DaveCTurner DaveCTurner deleted the backport/9.3/pr-139729 branch December 18, 2025 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport >bug :Distributed/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs Team:Distributed Coordination (obsolete) Meta label for Distributed Coordination team. Obsolete. Please do not use. v9.3.1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants