Skip to content

Commit f2023d6

Browse files
author
Leonor Boga
authored
ETCM-974 Increase the number of rolling logs from 10 to 50 (#1089)
1 parent 1efbcb6 commit f2023d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/logback.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<rollingPolicy class="ch.qos.logback.core.rolling.FixedWindowRollingPolicy">
3333
<fileNamePattern>${LOGSDIR}/${LOGSFILENAME}.%i.log.zip</fileNamePattern>
3434
<minIndex>1</minIndex>
35-
<maxIndex>10</maxIndex>
35+
<maxIndex>50</maxIndex>
3636
</rollingPolicy>
3737
<triggeringPolicy class="ch.qos.logback.core.rolling.SizeBasedTriggeringPolicy">
3838
<maxFileSize>10MB</maxFileSize>

0 commit comments

Comments
 (0)