keystone: Update logrotate file
- sort entries - add copytruncate and sharedscripts Change-Id: Ibd4e26f68b2f7fc05a3bfb02f0956211caaa864d
This commit is contained in:
parent
22c2ca908b
commit
d3f6981841
@ -1,11 +1,13 @@
|
||||
/var/log/keystone/*.log {
|
||||
weekly
|
||||
dateext
|
||||
rotate 10
|
||||
size 1M
|
||||
missingok
|
||||
compress
|
||||
notifempty
|
||||
su keystone keystone
|
||||
copytruncate
|
||||
dateext
|
||||
minsize 100k
|
||||
missingok
|
||||
notifempty
|
||||
rotate 10
|
||||
sharedscripts
|
||||
size 1M
|
||||
su keystone keystone
|
||||
weekly
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user