From 4940694db2b462dfef839d1a22010ad3aafe79d8 Mon Sep 17 00:00:00 2001 From: dreis2211 Date: Fri, 29 Jan 2021 07:32:50 +0100 Subject: [PATCH] Fix duplicate anchor id See gh-25048 --- .../src/docs/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc index 6883d3341a..0ae5b08e4d 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc @@ -1928,7 +1928,7 @@ Spring Boot includes the following pre-defined logging groups that can be used o -[[boot-features-custom-log-configuration]] +[[boot-features-log-shutdown-hook]] === Using a Log Shutdown Hook In order to release logging resources it is usually a good idea to stop the logging system when your application terminates. Unfortunately, there's no single way to do this that will work with all application types.