Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
0004485: Log file rotation is reversed
  • Loading branch information
erilong committed Jul 23, 2020
1 parent 9c63642 commit 93bbe84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion symmetric-server/src/main/deploy/conf/log4j2-debug.xml
Expand Up @@ -10,7 +10,7 @@
<Policies>
<SizeBasedTriggeringPolicy size="20 MB" />
</Policies>
<DefaultRolloverStrategy max="3" />
<DefaultRolloverStrategy max="3" fileIndex="min" />
</SymRollingFile>
</Appenders>
<Loggers>
Expand Down
2 changes: 1 addition & 1 deletion symmetric-server/src/main/deploy/conf/log4j2.xml
Expand Up @@ -10,7 +10,7 @@
<Policies>
<SizeBasedTriggeringPolicy size="20 MB" />
</Policies>
<DefaultRolloverStrategy max="3" />
<DefaultRolloverStrategy max="3" fileIndex="min" />
</SymRollingFile>
</Appenders>
<Loggers>
Expand Down
2 changes: 1 addition & 1 deletion symmetric-util/src/test/resources/log4j2.xml
Expand Up @@ -14,7 +14,7 @@
<Policies>
<SizeBasedTriggeringPolicy size="20 MB" />
</Policies>
<DefaultRolloverStrategy max="3" />
<DefaultRolloverStrategy max="3" fileIndex="min" />
</SymRollingFile>
</Appenders>
<Loggers>
Expand Down

0 comments on commit 93bbe84

Please sign in to comment.