Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from mgeiss/develop
Browse files Browse the repository at this point in the history
edited logback
  • Loading branch information
mgeiss committed Apr 20, 2017
2 parents f3f662f + 1d744b0 commit 29d279f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/src/main/resources/logback.xml
Expand Up @@ -19,7 +19,7 @@
<appender name="FILE" class="ch.qos.logback.core.rolling.RollingFileAppender">
<file>logs/office.log</file>
<rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
<fileNamePattern>office.%d{yyyy-MM-dd}.log</fileNamePattern>
<fileNamePattern>logs/archive/office.%d{yyyy-MM-dd}.log</fileNamePattern>
<maxHistory>7</maxHistory>
<totalSizeCap>2GB</totalSizeCap>
</rollingPolicy>
Expand Down

0 comments on commit 29d279f

Please sign in to comment.