You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-docs/src/main/asciidoc/howto.adoc
+29-1Lines changed: 29 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1251,7 +1251,8 @@ using the "logging.config" property.
1251
1251
=== Configure Logback for logging
1252
1252
If you put a `logback.xml` in the root of your classpath it will be picked up from
1253
1253
there
1254
-
(or `logback-spring.xml` to take advantage of the templating features provided by Boot). Spring Boot provides a default base configuration that you can include if you just
1254
+
(or `logback-spring.xml` to take advantage of the templating features provided by Boot).
1255
+
Spring Boot provides a default base configuration that you can include if you just
0 commit comments