From ebcb646efbe5c7a3b3fd993e1010f14a648320a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 23 Oct 2025 11:28:15 +0200 Subject: [PATCH] Polish "Configure devtools to set trace probability to 100% by default" See gh-47721 --- .../docs/antora/modules/reference/pages/using/devtools.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/using/devtools.adoc b/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/using/devtools.adoc index 9e3d688f11e..b4bd6620e06 100644 --- a/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/using/devtools.adoc +++ b/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/using/devtools.adoc @@ -68,6 +68,9 @@ For this reason, spring-boot-devtools disables the caching options by default. Cache options are usually configured by settings in your `application.properties` file. For example, Thymeleaf offers the configprop:spring.thymeleaf.cache[] property. + +The same applies for tracing probability that's set to 100% as the default may not log all traces used for testing. + Rather than needing to set these properties manually, the `spring-boot-devtools` module automatically applies sensible development-time configuration. The following table lists all the properties that are applied: