Add jOOQ to SQL logging group

See gh-16678
This commit is contained in:
Maciej Walkowiak
2019-04-28 19:42:09 +02:00
committed by Stephane Nicoll
parent 9d7be401fb
commit d7722e328a

View File

@@ -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);
}