Add jOOQ to SQL logging group

See gh-16678
pull/16688/head
Maciej Walkowiak 6 years ago committed by Stephane Nicoll
parent 9d7be401fb
commit d7722e328a

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

Loading…
Cancel
Save