Skip to content

Commit 6dab9bb

Browse files
AlexFalappasnicoll
authored andcommitted
Fix pre-defined logging group documentation
See gh-18270
1 parent 9434cb0 commit 6dab9bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

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

15721572
| web
1573-
| `org.springframework.core.codec`, `org.springframework.http`, `org.springframework.web`
1573+
| `org.springframework.core.codec`, `org.springframework.http`, `org.springframework.web`, `org.springframework.boot.actuate.endpoint.web`, `org.springframework.boot.web.servlet.ServletContextInitializerBeans`
15741574

15751575
| sql
15761576
| `org.springframework.jdbc.core`, `org.hibernate.SQL`

0 commit comments

Comments
 (0)