diff options
author | JulienBe <jb379x@att.com> | 2020-03-26 12:27:36 +0100 |
---|---|---|
committer | JulienBe <jb379x@att.com> | 2020-03-26 12:27:36 +0100 |
commit | f3630f9ecafb21510cc2778f7ec5ae26d574405d (patch) | |
tree | 9842993ed1b37365b06786756ee74d8e4f457bcc /src/main | |
parent | 72c6cdcaa3319e40a881c1f0d8a2b1f72fdf56dc (diff) |
logback can't be configured with both scan and springProperty
No proper fix available yet
source: https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#boot-features-logback-extensions
Issue-ID: CLAMP-794
Signed-off-by: JulienBe <jb379x@att.com>
Change-Id: If2145e18583ccecf96e126e8f73ddfd251eff656
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/resources/logback.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml index 086cc5356..ffa497f1d 100644 --- a/src/main/resources/logback.xml +++ b/src/main/resources/logback.xml @@ -1,5 +1,4 @@ -<configuration scan="true" scanPeriod="60 seconds" - debug="true"> +<configuration debug="true"> <springProperty name="logbackFilePath" source="clamp.config.logback.path" /> <springProperty name="logbackFileName" @@ -17,6 +16,4 @@ <include file="${logbackFilePath}/${logbackFileName}" /> </else> </if> - - </configuration>
\ No newline at end of file |