mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 10:19:03 +00:00
Update AbstractLoggingSystem to pass LoggingInitializationContext to loadDefaults() method to enable access to the environment. DefaultLogbackConfiguration now uses this to find log pattern overrides. Fixes gh-3367 Closes gh-3405