-
Notifications
You must be signed in to change notification settings - Fork 54
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
EDC logs 404 errors in logs #1268
Comments
out of curiosity, what caused that 404? |
I am trying to set up EDC 0.7.0 for the first time. It has been started, but for whatever reason I can't reach any of the endpoints I know of (I just get 404s and something like EDIT: As told, layer 8 problem..../v3/assets/request needs to be called as POST and not GET 🙈 |
This issue is stale because it has been open for 4 weeks with no activity. |
This issue is stale because it has been open for 4 weeks with no activity. |
hey @florianrusch-zf can you help me here, please, I have two questions. So, my questions are:
Proposed technical solution: However this would affect any error status case, I believe. @ndr-brt Can you give your input here as well, please? |
@bmg13 I definitely think this is something to bring upstream |
Upstream issue: eclipse-edc/Connector#4554 |
PR merged upstream, it will be part of the next release |
Describe the bug
Every time an endpoint is been request, where the EDC doesn't serve anything he is logging
jakarta.ws.rs.NotFoundException
to his logs, which could be very spamy and should be avoided. Basically all 2** and 4** http errors are normally not necessary to be logged at all.Logging config is the one which is configured on default in the helm chart.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
All 2** and 4** http errors shouldn't be visible in the normal logs (but maybe it make sense to log them if
debug
logs are activated).The text was updated successfully, but these errors were encountered: