Skip to content

Commit da13eb5

Browse files
committed
Merge pull request spring-projects#16678 from maciejwalkowiak
* pr/16678: Polish "Add jOOQ to SQL logging group" Add jOOQ to SQL logging group
2 parents 9d7be40 + 0595768 commit da13eb5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1934,7 +1934,7 @@ out-of-the-box:
19341934
|`org.springframework.core.codec`, `org.springframework.http`, `org.springframework.web`
19351935

19361936
|sql
1937-
|`org.springframework.jdbc.core`, `org.hibernate.SQL`
1937+
|`org.springframework.jdbc.core`, `org.hibernate.SQL`, `org.jooq.tools.LoggerListener`
19381938

19391939
|===
19401940

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)