summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoremartin <ephraim.martin@est.tech>2019-06-20 12:12:39 +0000
committeremartin <ephraim.martin@est.tech>2019-06-20 12:12:39 +0000
commit8b84c0efa23d14062432e6ded35558748f5e990a (patch)
tree5437d08e5ed4d6474fc8069ea51fbf2dcb8818af
parent7af910adcab48ee6534812d6f6341af595c76d72 (diff)
Fix log files not getting rolled over
Issue-ID: DCAEGEN2-1534 Change-Id: I9ae5d860c46d6b71c8001134017bb7e2ff4355b9 Signed-off-by: emartin <ephraim.martin@est.tech>
-rw-r--r--src/main/resources/logback.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml
index dff2f8b..0701442 100644
--- a/src/main/resources/logback.xml
+++ b/src/main/resources/logback.xml
@@ -25,7 +25,7 @@
</encoder>
</appender>
- <appender name="ROLLING-FILE" class="ch.qos.logback.core.FileAppender">
+ <appender name="ROLLING-FILE" class="ch.qos.logback.core.rolling.RollingFileAppender">
<file>${logPath}/${outputFilename}.log</file>
<encoder>
<pattern>${pattern}</pattern>