commit | f3630f9ecafb21510cc2778f7ec5ae26d574405d | [log] [tgz] |
---|---|---|
author | JulienBe <jb379x@att.com> | Thu Mar 26 12:27:36 2020 +0100 |
committer | JulienBe <jb379x@att.com> | Thu Mar 26 12:27:36 2020 +0100 |
tree | 9842993ed1b37365b06786756ee74d8e4f457bcc | |
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
diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml index 086cc53..ffa497f 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