logback can't be configured with both scan and springProperty
[clamp.git] / src / main / resources / logback.xml
index dae39d3..ffa497f 100644 (file)
@@ -1,9 +1,8 @@
-<configuration scan="true" scanPeriod="60 seconds"
-       debug="true">
+<configuration debug="true">
        <springProperty name="logbackFilePath"
-               source="com.att.eelf.logging.path" />
+               source="clamp.config.logback.path" />
        <springProperty name="logbackFileName"
-               source="com.att.eelf.logging.file" />
+               source="clamp.config.logback.filename" />
        <springProperty name="logDirectory"
                source="clamp.config.log.path" />
                
@@ -17,6 +16,4 @@
                        <include file="${logbackFilePath}/${logbackFileName}" />
                </else>
        </if>
-
-
 </configuration>
\ No newline at end of file