mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 09:09:01 +00:00
Ensure all LoggingSystem implementation provide a consistent ROOT logger name. Prior to this commit the `/loggers` endpoint could return '' for root loggers which could then not be set using a POST. Fixes gh-7372