From b444c3c545eae18f5227b15fc8564eb7db7882b9 Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Tue, 30 Jul 2019 16:28:59 -0700 Subject: [PATCH] Fix asciidoc section ids --- .../src/main/asciidoc/endpoints/loggers.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/asciidoc/endpoints/loggers.adoc b/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/asciidoc/endpoints/loggers.adoc index e9a20b09e7..5c5c406608 100644 --- a/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/asciidoc/endpoints/loggers.adoc +++ b/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 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 The request specifies the desired level of the logger group. The following table describes the