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

Update http-reference.adoc #31104

Closed
wants to merge 0 commits into from
Closed

Update http-reference.adoc #31104

wants to merge 0 commits into from

Conversation

tweinreich
Copy link
Contributor

Add documentation for excluding patterns from HTTP Access Log

@tweinreich
Copy link
Contributor Author

I added this because it was not clear enough to some how to use the property (see issue 13377).

@github-actions
Copy link

🎊 PR Preview a4b3c1a has been successfully built and deployed to https://quarkus-io-pr-main-31104-preview.surge.sh/version/main/guides/

Comment on lines 378 to 380
=== Exclude Paths from HTTP Access Log
Use `quarkus.http.access-log.exclude-pattern=/some/path/.*` in your `application.properties` to exclude all entries concerning the path `/some/path/...` (_including subsequent paths_) from the log. Since a regex is being used here, you can use tools like https://regex101.com[regex101] to prototype or test your patterns.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would be better if this were a TIP, i.e.:

[TIP]
====
....
====

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, I have changed the formatting and created a new PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants