Polish "Add the ability to disable the trace filter"

Closes gh-8650
This commit is contained in:
Stephane Nicoll
2017-04-11 14:29:54 +02:00
parent d3e2e22f8c
commit 2ef318c00d
4 changed files with 44 additions and 23 deletions

View File

@@ -1058,6 +1058,7 @@ content into your application; rather pick only the properties that you need.
endpoints.shutdown.path= # Endpoint path.
endpoints.shutdown.sensitive= # Mark if the endpoint exposes sensitive information.
endpoints.trace.enabled= # Enable the endpoint.
endpoints.trace.filter.enabled=true # Enable the trace servlet filter.
endpoints.trace.id= # Endpoint identifier.
endpoints.trace.path= # Endpoint path.
endpoints.trace.sensitive= # Mark if the endpoint exposes sensitive information.