mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 02:09:05 +00:00
Adds the LevelChangePropagator logback listener in order to propagate Logback's log level changes to java.util.logging loggers. Logback documentation : http://logback.qos.ch/manual/configuration.html#LevelChangePropagator Fixes gh-3924 Closes gh-3926