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
{
nodateext
size 100M
size 50M
start 1
missingok
rotate 20
rotate 10
compress
copytruncate
}
@ -52,10 +52,10 @@ nodateext
/var/log/sm-troubleshoot.log
{
nodateext
size 100M
size 50M
start 1
missingok
rotate 20
rotate 10
compress
copytruncate
}