Clarify location of logging configuration in docs. Fixes #107.

This commit is contained in:
Ryan Baxter
2018-06-06 10:17:32 -04:00
parent ffae2433e0
commit 466a2ff20d

View File

@@ -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