Skip to content

Commit

Permalink
Merge pull request #42 from jonathanmtran/logback
Browse files Browse the repository at this point in the history
Added maxHistory parameter to src/main/resources/logback.xml
  • Loading branch information
bjagg authored Sep 10, 2019
2 parents dae6b6a + 38162e9 commit ea54053
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
</encoder>
<rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
<fileNamePattern>${catalina.base}/logs/WebProxyPortlet.log.%d</fileNamePattern>
<maxHistory>28</maxHistory>
</rollingPolicy>
</appender>

Expand All @@ -51,4 +52,4 @@
<appender-ref ref="FILE"/>
</logger>

</configuration>
</configuration>

0 comments on commit ea54053

Please sign in to comment.