Skip to content

Commit 6bf92f0

Browse files
quaffsnicoll
authored andcommitted
Fix inconsistent devtools doc
See gh-27812
1 parent 319f75e commit 6bf92f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/using-spring-boot.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ Cache options are usually configured by settings in your `application.properties
570570
For example, Thymeleaf offers the configprop:spring.thymeleaf.cache[] property.
571571
Rather than needing to set these properties manually, the `spring-boot-devtools` module automatically applies sensible development-time configuration.
572572

573-
Because you need more information about web requests while developing Spring MVC and Spring WebFlux applications, developer tools will enable `DEBUG` logging for the `web` logging group.
573+
Because you need more information about web requests while developing Spring MVC and Spring WebFlux applications, developer tools suggests you to enable `DEBUG` logging for the `web` logging group.
574574
This will give you information about the incoming request, which handler is processing it, the response outcome, etc.
575575
If you wish to log all request details (including potentially sensitive information), you can turn on the configprop:spring.mvc.log-request-details[] or configprop:spring.codec.log-request-details[] configuration properties.
576576

0 commit comments

Comments
 (0)