REGISTER_SHUTDOWN_HOOK_PROPERTY

val REGISTER_SHUTDOWN_HOOK_PROPERTY: String = "logging.register-shutdown-hook"

The name of the Spring property that controls the registration of a shutdown hook to shut down the logging system when the JVM exits.

See also