Browse Source

Merge branch '2.7.x'

Closes gh-32821
pull/32822/head
Stephane Nicoll 3 years ago
parent
commit
010891a3c6
  1. 2
      spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/logging.adoc

2
spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/logging.adoc

@ -42,7 +42,7 @@ You can also use `logback-spring.xml` if you want to use the <<features#features @@ -42,7 +42,7 @@ You can also use `logback-spring.xml` if you want to use the <<features#features
TIP: The Logback documentation has a https://logback.qos.ch/manual/configuration.html[dedicated section that covers configuration] in some detail.
Spring Boot provides a number of logback configurations that be `included` from your own configuration.
Spring Boot provides a number of logback configurations that can be `included` in your own configuration.
These includes are designed to allow certain common Spring Boot conventions to be re-applied.
The following files are provided under `org/springframework/boot/logging/logback/`:

Loading…
Cancel
Save