-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Consolidate rerouted requests in access log #39267
Consolidate rerouted requests in access log #39267
Conversation
Thanks for your pull request! The title of your pull request does not follow our editorial rules. Could you have a look?
This message is automatically generated by a bot. |
Status for workflow
|
🙈 The PR is closed and the preview is expired. |
Status for workflow
|
Thanks! |
This pull request adds support to the access log for internally rerouted requests.
Setting the option
quarkus.http.access-log.consolidate-rerouted-requests=true
, will prevent duplicate log entries and adds support for the<
modifier for a few relevant ExchangeAttributes.See the updated http-reference doc in this pull request for more details.
Apache uses the same modifier, see https://httpd.apache.org/docs/2.4/mod/mod_log_config.html#modifiers
Relevant tests have been added.
There is a related issue from a while ago: #30845
I understand that this issue was closed earlier without much attention, but I'm hopeful that this pull request provides an acceptable solution. I'm open to any feedback or suggestions that you may have and am willing to make any necessary adjustments to ensure the quality of the codebase.
Thank you for your time and consideration.
Best regards,
Brahim Raddahi