mirror of
https://github.com/apache/cloudstack
synced 2026-09-02 09:31:53 +00:00
CLOUDSTACK-3216 /var/log/cloud.log did not have a logrotate script, here
is a basic one.
This commit is contained in:
parent
256763cf65
commit
70330f5cf3
11
patches/systemvm/debian/config/etc/logrotate.d/cloud
Normal file
11
patches/systemvm/debian/config/etc/logrotate.d/cloud
Normal file
@ -0,0 +1,11 @@
|
||||
/var/log/cloud.log {
|
||||
rotate 4
|
||||
daily
|
||||
missingok
|
||||
notifempty
|
||||
compress
|
||||
delaycompress
|
||||
postrotate
|
||||
pkill socat > /dev/null
|
||||
endscript
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user