Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't log warnings for all 404 errors. #5

Closed
wants to merge 1 commit into from
Closed

Conversation

markus-moser
Copy link
Contributor

404 warnings are currently spamming most of the logs. Even when everywhere in the code is checked correctly if an index, alias or document exists the bundle logs a 404 error by default. This PR silents down those 404 warnings.

@martineiber
Copy link
Contributor

Let's make this configurable. Ignore 404 should be the default.
I will adopt this :)

@markus-moser
Copy link
Contributor Author

Unfortunately the OpenSearch client does not throw exceptions anymore if this is disabled. Therefore each bundle needs to handle the behaviour individually => closed.

@github-actions github-actions bot locked and limited conversation to collaborators Feb 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants