From 758dca57f14b946b24109600e4aa288f970d03b7 Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Mon, 5 Mar 2018 12:45:15 -0800 Subject: [PATCH] Clarify documentation for setting the LoggingSystem Closes gh-12299 --- spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index a2250a33aff..a52d27d46f5 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -1530,8 +1530,7 @@ Spring Boot's logging configuration entirely by using a value of `none`. NOTE: Since logging is initialized *before* the `ApplicationContext` is created, it isn't possible to control logging from `@PropertySources` in Spring `@Configuration` files. -System properties and the conventional Spring Boot external configuration files work just -fine.) +The only way to change the logging system or disable it entirely is via System properties. Depending on your logging system, the following files will be loaded: