summarylogtreecommitdiffstats
path: root/opennebula.logrotate
blob: 6b8db4c0b89df7068257cf71604f08db01002ef9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
delaycompress
dateext
dateformat -%Y%m%d-%s

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
}