Defer devtools logging
Defer logging from devtools classes until the context is prepared. Closes gh-14453
This commit is contained in:
@@ -4,7 +4,8 @@ org.springframework.boot.devtools.restart.RestartScopeInitializer
|
||||
|
||||
# Application Listeners
|
||||
org.springframework.context.ApplicationListener=\
|
||||
org.springframework.boot.devtools.restart.RestartApplicationListener
|
||||
org.springframework.boot.devtools.restart.RestartApplicationListener,\
|
||||
org.springframework.boot.devtools.logger.DevToolsLogFactory.Listener
|
||||
|
||||
# Auto Configure
|
||||
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
|
||||
|
||||
Reference in New Issue
Block a user