-
Notifications
You must be signed in to change notification settings - Fork 272
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
http access logging #4342
Comments
Thank you for reporting an issue! Pinging @andreaTP to respond or triage. |
could I add that these two related parameters also look very useful
|
I just enabled them on
Do you mind elaborating a bit more on what is not working, what you have tried, which version are you using etc? Thanks! |
Closing as stale, if the suggested solution does not work, please, re-open and we can continue the discussion. |
Feature or Problem Description
it appears this is based on Quarkus but turning on access logging doesn't seem to yeild annything
QUARKUS_HTTP_ACCESS_LOG_ENABLED=true
https://quarkus.io/guides/all-config#quarkus-vertx-http_quarkus-http-access-log-enabled
I added this to the JAVA_TOOL_OPTIONS and could see it being picked up
Proposed Solution
Have the ability to run on access logging to help diagnose issues
In the end I resorted to using mitmproxy to see what was happening
Additional Context
Running this using the docker image
The text was updated successfully, but these errors were encountered: