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