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