mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 19:09:03 +00:00
Previously, when file-based logging was enabled, Logback would output the following during logging system initialization: LOGBACK: No context given for c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy This commit updates the default logback configuration to set the context on the SizeAndTimeBasedRollingPolicy that it creates. Fixes gh-21056