Merge "Update Logrotate rules"

This commit is contained in:
Zuul 2018-06-29 12:36:12 +00:00 committed by Gerrit Code Review
commit c269cac91c
1 changed files with 4 additions and 4 deletions

View File

@ -30,10 +30,10 @@ nodateext
/var/log/sm-scheduler.log /var/log/sm-scheduler.log
{ {
nodateext nodateext
size 100M size 50M
start 1 start 1
missingok missingok
rotate 20 rotate 10
compress compress
copytruncate copytruncate
} }
@ -52,10 +52,10 @@ nodateext
/var/log/sm-troubleshoot.log /var/log/sm-troubleshoot.log
{ {
nodateext nodateext
size 100M size 50M
start 1 start 1
missingok missingok
rotate 20 rotate 10
compress compress
copytruncate copytruncate
} }