aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main/resources/logback.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml
index 086cc5356..ffa497f1d 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