From 8ad5e38e6736e9a9f40e8c4ca766bedaffcd51d7 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Tue, 19 May 2020 05:35:13 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- reference/html/appendix.html | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/reference/html/appendix.html b/reference/html/appendix.html index 7ee5217df..b5ac61f35 100644 --- a/reference/html/appendix.html +++ b/reference/html/appendix.html @@ -374,16 +374,6 @@ Also, you can define your own properties.

When true enables instrumentation for web applications.

-

spring.sleuth.web.exception-logging-filter-enabled

-

true

-

Flag to toggle the presence of a filter that logs thrown exceptions.

- - -

spring.sleuth.web.exception-throwing-filter-enabled

-

true

-

Flag to toggle the presence of a filter that logs thrown exceptions. @deprecated use {@link #exceptionLoggingFilterEnabled}

- -

spring.sleuth.web.filter-order

Order in which the tracing filters should be registered. Defaults to {@link TraceHttpAutoConfiguration#TRACING_FILTER_ORDER}.