Browse Source

Merge branch '3.4.x'

Closes gh-44524
pull/44526/head
Stéphane Nicoll 10 months ago
parent
commit
2b31250689
  1. 2
      spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/actuator/http-exchanges.adoc

2
spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/actuator/http-exchanges.adoc

@ -16,4 +16,4 @@ You can use the `httpexchanges` endpoint to obtain information about the request
To customize the items that are included in each recorded exchange, use the configprop:management.httpexchanges.recording.include[] configuration property. To customize the items that are included in each recorded exchange, use the configprop:management.httpexchanges.recording.include[] configuration property.
To disable recoding entirely, set configprop:management.httpexchanges.recording.enabled[] to `false`. To disable recording entirely, set configprop:management.httpexchanges.recording.enabled[] to `false`.

Loading…
Cancel
Save