Closed as not planned
Description
In #19081 (about 5 years ago) a discussion and decision was made on how to approach logging for Spring Framework 5.0.
As the baseline of Spring Framework 6 has been lifted to Java 17 it might be worthwhile to investigate the custom log setup and use the default logging API (System.getLogger
) provided by the JDK. Or at least have an explicit decision on the usage of that API for future reference.
I know that SLF4J (and thus Logback) and Log4j2 have integration for it.