From cead15bf8d4d58e18bc688a39272443f15e0866d Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Wed, 30 Sep 2015 17:58:00 +0100 Subject: [PATCH] Clarify profile-specific file paths --- docs/src/main/asciidoc/spring-cloud-config.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/main/asciidoc/spring-cloud-config.adoc b/docs/src/main/asciidoc/spring-cloud-config.adoc index 3a0cd9ea..c2be9207 100644 --- a/docs/src/main/asciidoc/spring-cloud-config.adoc +++ b/docs/src/main/asciidoc/spring-cloud-config.adoc @@ -596,9 +596,9 @@ server { NOTE: just like the source files for environment configuration, the "profile" is used to resolve the file name, so if you want a -profile-specific file you can use a file called -`logback-development.xml` to be resolved by -`/\*/development/*/logback.xml`. +profile-specific file then `/\*/development/*/logback.xml` will be +resolved by a file called `logback-development.xml` (in preference +to `logback.xml`). == Embedding the Config Server