From 6dab9bb2240a960debb4bab66de8921cf6536872 Mon Sep 17 00:00:00 2001 From: Alessandro Falappa Date: Wed, 18 Sep 2019 14:55:12 +0200 Subject: [PATCH] Fix pre-defined logging group documentation See gh-18270 --- .../src/main/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index 836173bc913..48e474f0d45 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/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 | 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`