Skip to content

Commit 9c9833f

Browse files
committed
Merge pull request spring-projects#18270 from AlexFalappa
* pr/18270: Fix pre-defined logging group documentation Closes spring-projectsgh-18270
2 parents 9434cb0 + 6dab9bb commit 9c9833f

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)