1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-08 20:58:17 +03:00

feature #301: add logrotate configuration

This commit is contained in:
Javi Fontan 2015-03-13 14:26:52 +01:00
parent 9a4c9eb9ab
commit 7c26e8ca1d

View File

@ -0,0 +1,21 @@
compress
weekly
rotate 52
/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
}