Quarkus not logging errors for invalid http-requests #30991
Unanswered
bstenersen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I have an issue with Quarkus not logging errors for invalid requests and I'm not sure if this behavior is intended.
When I curl my application with a malformed URL:
curl -v 'http://localhost:8080/foo\{r-t'
Quarkus replies with HTTP 400 Bad Request (which is absolutely correct), but nothing is logged, even though quarkus.http.access-log.enabled is set to true. In my opinion, an access log should contain every request the server was able to reply to.
This behavior can be very misleading because it looks like requests "disappear" and never reached the server.
Not sure if i should file an issue or feature-request.
Beta Was this translation helpful? Give feedback.
All reactions