Lingxian Kong 1e4405c60b Fix trove guest agent logrotate
* The logrotate file owner should be root
* Log file path is /var/log/trove/trove-guestagent.log

Change-Id: I669fedc76aa79d7bfc1e4e64684adc4a89a3a15d
2021-09-30 22:27:53 +13:00

10 lines
142 B
Plaintext

/var/log/trove/trove-guestagent.log {
daily
rotate 10
missingok
notifempty
compress
delaycompress
sharedscripts
}