Commit da13eb5c authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #16678 from maciejwalkowiak

* pr/16678:
  Polish "Add jOOQ to SQL logging group"
  Add jOOQ to SQL logging group
parents 9d7be401 05957689
......@@ -1934,7 +1934,7 @@ out-of-the-box:
|`org.springframework.core.codec`, `org.springframework.http`, `org.springframework.web`
|sql
|`org.springframework.jdbc.core`, `org.hibernate.SQL`
|`org.springframework.jdbc.core`, `org.hibernate.SQL`, `org.jooq.tools.LoggerListener`
|===
......
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment