Rework the logs
[clamp.git] / src / main / resources / logback.xml
diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml
deleted file mode 100644 (file)
index ffa497f..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<configuration debug="true">
-       <springProperty name="logbackFilePath"
-               source="clamp.config.logback.path" />
-       <springProperty name="logbackFileName"
-               source="clamp.config.logback.filename" />
-       <springProperty name="logDirectory"
-               source="clamp.config.log.path" />
-               
-       <if condition='isNull("logbackFilePath")'>
-               <then>
-                       <!-- Classpath case -->
-                       <include resource="${logbackFileName}" />
-               </then>
-               <else>
-                       <!-- File system case -->
-                       <include file="${logbackFilePath}/${logbackFileName}" />
-               </else>
-       </if>
-</configuration>
\ No newline at end of file