Skip to content

Commit

Permalink
health check log remain time 7d -> 30d
Browse files Browse the repository at this point in the history
  • Loading branch information
lishanglin committed Jan 18, 2022
1 parent aaaf937 commit b175922
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion redis/dockerPackage/xpipe-console/config/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<DefaultRolloverStrategy max="15">
<Delete basePath="${baseDir}" maxDepth="2">
<IfFileName glob="health-check*.log.gz"/>
<IfLastModified age="7d"/>
<IfLastModified age="30d"/>
</Delete>
</DefaultRolloverStrategy>
</RollingFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<DefaultRolloverStrategy max="15">
<Delete basePath="${baseDir}" maxDepth="2">
<IfFileName glob="health-check*.log.gz"/>
<IfLastModified age="7d"/>
<IfLastModified age="30d"/>
</Delete>
</DefaultRolloverStrategy>
</RollingFile>
Expand Down

0 comments on commit b175922

Please sign in to comment.