Defer SpringBootServletInitializer getLog
Change `SpringBootServletInitializer` so that the logger is created in `onStartup` rather than on class creation. The allows logging to be initialized in an different WebApplicationInitializer. Fixes gh-3704
Showing
Please register or sign in to comment