Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/phase/daedalus' into feature/omm…
Browse files Browse the repository at this point in the history
…ers_validation_test
  • Loading branch information
KonradStaniec committed Dec 13, 2017
2 parents 3f0faaa + b5a522c commit 17f6b88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
</appender>

<appender name="FILE" class="ch.qos.logback.core.rolling.RollingFileAppender">
<file>mantis.log</file>
<file>${user.home}/.mantis/logs/mantis.log</file>
<append>true</append>
<rollingPolicy class="ch.qos.logback.core.rolling.FixedWindowRollingPolicy">
<fileNamePattern>mantis.%i.log.zip</fileNamePattern>
<fileNamePattern>${user.home}/.mantis/logs/mantis.%i.log.zip</fileNamePattern>
<minIndex>1</minIndex>
<maxIndex>10</maxIndex>
</rollingPolicy>
Expand Down
4 changes: 2 additions & 2 deletions src/universal/conf/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
</appender>

<appender name="FILE" class="ch.qos.logback.core.rolling.RollingFileAppender">
<file>mantis.log</file>
<file>${user.home}/.mantis/logs/mantis.log</file>
<append>true</append>
<rollingPolicy class="ch.qos.logback.core.rolling.FixedWindowRollingPolicy">
<fileNamePattern>mantis.%i.log.zip</fileNamePattern>
<fileNamePattern>${user.home}/.mantis/logs/mantis.%i.log.zip</fileNamePattern>
<minIndex>1</minIndex>
<maxIndex>10</maxIndex>
</rollingPolicy>
Expand Down

0 comments on commit 17f6b88

Please sign in to comment.