Skip to content

Commit

Permalink
switched logback max history to 7 days
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Jackson committed Aug 15, 2012
1 parent e37117d commit 2b8f5a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions logback/production.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<!-- daily rollover -->
<fileNamePattern>${storm.home}/logs/${logfile.name}.%d{yyyy-MM-dd}.log</fileNamePattern>

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

<encoder>
Expand Down

0 comments on commit 2b8f5a5

Please sign in to comment.