Browse Source

Merge pull request #18270 from AlexFalappa

* pr/18270:
  Fix pre-defined logging group documentation

Closes gh-18270
pull/18464/head
Stephane Nicoll 7 years ago
parent
commit
9c9833fc81
  1. 2
      spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

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

@ -1570,7 +1570,7 @@ Spring Boot includes the following pre-defined logging groups that can be used o @@ -1570,7 +1570,7 @@ 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`

Loading…
Cancel
Save