Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Commit

Permalink
switching logback.xml to catalina.base
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew01ait committed Dec 18, 2014
1 parent 17d7dbd commit 984928f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions backmeup-storage-service/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@
<appender name="FILE" class="ch.qos.logback.core.rolling.RollingFileAppender">
<rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
<!-- daily rollover -->
<fileNamePattern>${catalina.home}/logs/backmeup-storage_%d{yyyy-MM-dd}.log</fileNamePattern>
<fileNamePattern>${catalina.base}/logs/backmeup-storage_%d{yyyy-MM-dd}.log</fileNamePattern>

<!-- keep 30 days' worth of history
<maxHistory>30</maxHistory>
-->
<!-- keep 30 days' worth of history <maxHistory>30</maxHistory> -->
</rollingPolicy>

<encoder>
Expand Down

0 comments on commit 984928f

Please sign in to comment.