Add jOOQ to SQL logging group
See gh-16678
This commit is contained in:
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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user