mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 19:09:03 +00:00
Merge branch '2.3.x'
This commit is contained in:
+1
-3
@@ -242,9 +242,7 @@ public class Log4J2LoggingSystem extends Slf4JLoggingSystem {
|
||||
for (Logger logger : getLoggerContext().getLoggers()) {
|
||||
addLogger(loggers, logger.getName());
|
||||
}
|
||||
getLoggerContext().getConfiguration().getLoggers().keySet().forEach((name) -> {
|
||||
addLogger(loggers, name);
|
||||
});
|
||||
getLoggerContext().getConfiguration().getLoggers().keySet().forEach((name) -> addLogger(loggers, name));
|
||||
return loggers;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user