Commit 5360ca65 authored by Andy Wilkinson's avatar Andy Wilkinson

Merge pull request #25048 from dreis2211

* gh-25048:
  Fix duplicate anchor id

Closes gh-25048
parents c03d8773 4940694d
...@@ -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 === 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. 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. Unfortunately, there's no single way to do this that will work with all application types.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment