apk build
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
opennebula-alpine/opennebula.logrotate

43 lines
514 B

delaycompress
dateext
dateformat -%Y%m%d-%s
compress
weekly
rotate 4
/var/log/one/one_xmlrpc.log {
missingok
notifempty
copytruncate
}
/var/log/one/oned.log {
missingok
notifempty
copytruncate
}
/var/log/one/sched.log {
missingok
notifempty
copytruncate
}
/var/log/one/onehem.log {
missingok
notifempty
copytruncate
}
/var/log/one/onegate.log {
missingok
notifempty
copytruncate
}
/var/log/one/oneflow.log {
missingok
notifempty
copytruncate
}