|
|
|
@ -135,6 +135,7 @@ public class LoggingApplicationListener implements GenericApplicationListener {
|
|
|
|
|
"org.springframework.boot.web.servlet.ServletContextInitializerBeans");
|
|
|
|
|
loggers.add("sql", "org.springframework.jdbc.core");
|
|
|
|
|
loggers.add("sql", "org.hibernate.SQL");
|
|
|
|
|
loggers.add("sql", "org.jooq.tools.LoggerListener");
|
|
|
|
|
DEFAULT_GROUP_LOGGERS = Collections.unmodifiableMap(loggers);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|