Browse Source

Fix asciidoc section ids

pull/17742/head
Madhura Bhave 7 years ago
parent
commit
b444c3c545
  1. 4
      spring-boot-project/spring-boot-actuator-autoconfigure/src/main/asciidoc/endpoints/loggers.adoc

4
spring-boot-project/spring-boot-actuator-autoconfigure/src/main/asciidoc/endpoints/loggers.adoc

@ -96,7 +96,7 @@ include::{snippets}loggers/set/request-fields.adoc[]
[[loggers-setting-level]] [[loggers-group-setting-level]]
== Setting a Log Level for a Group == Setting a Log Level for a Group
To set the level of a logger, make a `POST` request to To set the level of a logger, make a `POST` request to
@ -109,7 +109,7 @@ The preceding example sets the `configuredLevel` of the `test` logger group to `
[[loggers-setting-level-request-structure]] [[loggers-group-setting-level-request-structure]]
=== Request Structure === Request Structure
The request specifies the desired level of the logger group. The following table describes the The request specifies the desired level of the logger group. The following table describes the

Loading…
Cancel
Save