spring-boot/spring-boot-docs
Andy Wilkinson 36d4246289 Add opt-in support for registering a shutdown hook to shut down logging
This commit adds a new property, logging.register-shutdown-hook, that
when set to true, will cause LoggingApplicationListener to register
a shutdown hook the first time it initializes a logging system. When
the JVM exits, the shutdown hook shuts down each of the supported
logging systems, ensuring that all of their appenders have been
flushed and closed.

Closes gh-4026
2015-10-08 15:53:22 +01:00
..
src/main Add opt-in support for registering a shutdown hook to shut down logging 2015-10-08 15:53:22 +01:00
pom.xml Fix javadoc import issues 2015-09-26 01:58:13 -07:00