Skip to content

Commit d7722e3

Browse files
maciejwalkowiaksnicoll
authored andcommitted
Add jOOQ to SQL logging group
See gh-16678
1 parent 9d7be40 commit d7722e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/logging/LoggingApplicationListener.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ public class LoggingApplicationListener implements GenericApplicationListener {
135135
"org.springframework.boot.web.servlet.ServletContextInitializerBeans");
136136
loggers.add("sql", "org.springframework.jdbc.core");
137137
loggers.add("sql", "org.hibernate.SQL");
138+
loggers.add("sql", "org.jooq.tools.LoggerListener");
138139
DEFAULT_GROUP_LOGGERS = Collections.unmodifiableMap(loggers);
139140
}
140141

0 commit comments

Comments
 (0)