mirror of https://github.com/apache/cloudstack.git
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
|
|
@ -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