Merge branch '2.1.x'

Closes gh-18283
This commit is contained in:
Stephane Nicoll 2019-09-19 09:24:14 +02:00
commit 19115d19f0
1 changed files with 1 additions and 4 deletions

View File

@ -1675,13 +1675,10 @@ Spring Boot includes the following pre-defined logging groups that can be used o
| Name | Loggers
| web
| `org.springframework.core.codec`, `org.springframework.http`, `org.springframework.web`
| `org.springframework.core.codec`, `org.springframework.http`, `org.springframework.web`, `org.springframework.boot.actuate.endpoint.web`, `org.springframework.boot.web.servlet.ServletContextInitializerBeans`
| sql
| `org.springframework.jdbc.core`, `org.hibernate.SQL`, `org.jooq.tools.LoggerListener`
| sql
| `org.springframework.jdbc.core`, `org.hibernate.SQL`
|===