mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 02:09:05 +00:00
While `logging.level` is managed in a dedicated way in `LoggingApplicationListener`, the value of the map are String values representing the level to apply. The meta-data now exposes that type instead of raw `java.lang.Object` Closes gh-2388