Merge "Change mode after ceph and neutron log is rotated"
This commit is contained in:
commit
9a1357e4bb
@ -1,3 +1,7 @@
|
||||
"/var/log/kolla/ceph/*.log"
|
||||
{
|
||||
create 644 root root
|
||||
postrotate
|
||||
chmod 644 /var/log/kolla/ceph/*.log
|
||||
endscript
|
||||
}
|
||||
|
@ -1,3 +1,6 @@
|
||||
"/var/log/kolla/neutron/*.log"
|
||||
{
|
||||
postrotate
|
||||
chmod 644 /var/log/kolla/neutron/*.log
|
||||
endscript
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user