Fix log files not getting rolled over 25/90225/2
authoremartin <ephraim.martin@est.tech>
Thu, 20 Jun 2019 12:12:39 +0000 (12:12 +0000)
committeremartin <ephraim.martin@est.tech>
Thu, 20 Jun 2019 12:12:39 +0000 (12:12 +0000)
Issue-ID: DCAEGEN2-1534
Change-Id: I9ae5d860c46d6b71c8001134017bb7e2ff4355b9
Signed-off-by: emartin <ephraim.martin@est.tech>
src/main/resources/logback.xml

index dff2f8b..0701442 100644 (file)
@@ -25,7 +25,7 @@
         </encoder>\r
     </appender>\r
 \r
-    <appender name="ROLLING-FILE" class="ch.qos.logback.core.FileAppender">\r
+    <appender name="ROLLING-FILE" class="ch.qos.logback.core.rolling.RollingFileAppender">\r
         <file>${logPath}/${outputFilename}.log</file>\r
         <encoder>\r
             <pattern>${pattern}</pattern>\r