We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1efbcb6 commit f2023d6Copy full SHA for f2023d6
src/main/resources/logback.xml
@@ -32,7 +32,7 @@
32
<rollingPolicy class="ch.qos.logback.core.rolling.FixedWindowRollingPolicy">
33
<fileNamePattern>${LOGSDIR}/${LOGSFILENAME}.%i.log.zip</fileNamePattern>
34
<minIndex>1</minIndex>
35
- <maxIndex>10</maxIndex>
+ <maxIndex>50</maxIndex>
36
</rollingPolicy>
37
<triggeringPolicy class="ch.qos.logback.core.rolling.SizeBasedTriggeringPolicy">
38
<maxFileSize>10MB</maxFileSize>
0 commit comments