Browse Source

Fix duplicate anchor id

See gh-25048
pull/25129/head
dreis2211 5 years ago committed by Andy Wilkinson
parent
commit
4940694db2
  1. 2
      spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc

2
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 @@ -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.

Loading…
Cancel
Save