logback can't be configured with both scan and springProperty
[clamp.git] / 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