Update Logrotate rules

Changed size rotate of some sm logs.

Change-Id: I9c3ac18302c666677d57fcc67af27638bc7840d7
Signed-off-by: Kristine Bujold <kristine.bujold@windriver.com>
This commit is contained in:
Sen Yang 2018-05-18 11:29:50 -04:00 committed by Kristine Bujold
parent b62c18debf
commit c8e477a81d
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
}