From 466a2ff20d42604812a908eed2ec28b86d9fc8bf Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Wed, 6 Jun 2018 10:17:32 -0400 Subject: [PATCH] Clarify location of logging configuration in docs. Fixes #107. --- docs/src/main/asciidoc/spring-cloud-commons.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/src/main/asciidoc/spring-cloud-commons.adoc b/docs/src/main/asciidoc/spring-cloud-commons.adoc index fc316ef7..77edc054 100644 --- a/docs/src/main/asciidoc/spring-cloud-commons.adoc +++ b/docs/src/main/asciidoc/spring-cloud-commons.adoc @@ -216,6 +216,12 @@ org.springframework.cloud.bootstrap.BootstrapConfiguration=sample.custom.CustomP then the "customProperty" `PropertySource` will show up in any application that includes that jar on its classpath. +=== Logging Configuration + +If you are going to use Spring Boot to configure log settings than +you should place this configuration in `bootstrap.[yml | properties] +if you would like it to apply to all events. + === Environment Changes The application will listen for an `EnvironmentChangeEvent` and react