Skip to content

Commit

Permalink
Change location of older application.log, Resolves #123
Browse files Browse the repository at this point in the history
  • Loading branch information
Phu2 committed Jan 24, 2025
1 parent 4e6ab28 commit 39fe3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<file>${application.home}/logs/application.log</file>
<rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
<!-- Weekly rollover with compression -->
<fileNamePattern>application-log-%d{yyyy-ww}.gz</fileNamePattern>
<fileNamePattern>${application.home}/logs/application-log-%d{yyyy-ww}.gz</fileNamePattern>
<!-- keep 8 weeks worth of history -->
<maxHistory>8</maxHistory>
</rollingPolicy>
Expand Down

0 comments on commit 39fe3de

Please sign in to comment.