1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-22 22:03:39 +03:00
one/share/pkgs/logrotate/opennebula-sunstone

13 lines
187 B
Plaintext

/var/log/one/sunstone.log {
delaycompress
dateext
dateformat -%Y%m%d-%s
compress
maxsize 100M
weekly
rotate 52
missingok
notifempty
copytruncate
}