c4107ed723
- logrotate does not have a maxsize option. while logrotate supports a minsize option its couterpart is size. - This chage replaces the use of maxsize with size in cron-logrotate-global.conf.j2 Change-Id: I381c52e8a866b74b5f2c3b38a2c87f74c48c05e1 Closes-Bug: #1640196
22 lines
144 B
Django/Jinja
22 lines
144 B
Django/Jinja
weekly
|
|
|
|
rotate 6
|
|
|
|
copytruncate
|
|
|
|
compress
|
|
|
|
delaycompress
|
|
|
|
notifempty
|
|
|
|
missingok
|
|
|
|
minsize 30M
|
|
|
|
size 100M
|
|
|
|
su root kolla
|
|
|
|
include /etc/logrotate.d
|