Add logrotate configuration

This commit is contained in:
2019-08-11 15:41:10 -04:00
committed by Joshua Boniface
parent 030a3ded99
commit b75e84a124
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,20 @@
/var/log/pvc/*.log {
weekly
rotate 8
copytruncate
delaycompress
compress
notifempty
missingok
su root root
}
/var/log/pvc/*/*.log {
weekly
rotate 8
copytruncate
delaycompress
compress
notifempty
missingok
su root root
}