aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/logback-spring.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/logback-spring.xml')
-rw-r--r--src/main/resources/logback-spring.xml19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/main/resources/logback-spring.xml b/src/main/resources/logback-spring.xml
deleted file mode 100644
index ffa497f1d..000000000
--- a/src/main/resources/logback-spring.xml
+++ /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