logback can't be configured with both scan and springProperty 80/104480/1
authorJulienBe <jb379x@att.com>
Thu, 26 Mar 2020 11:27:36 +0000 (12:27 +0100)
committerJulienBe <jb379x@att.com>
Thu, 26 Mar 2020 11:27:36 +0000 (12:27 +0100)
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

src/main/resources/logback.xml

index 086cc53..ffa497f 100644 (file)
@@ -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