summaryrefslogtreecommitdiff
path: root/integration/scripts/files/elements/guest-agent/install.d/guest-agent-source-install/guest-agent.logrotate
blob: 235b4c4873f1bfe3058b8408fdeefcd9b11f65b4 (plain)
1
2
3
4
5
6
7
8
9
/var/log/trove/trove-guestagent.log {
    daily
    rotate 10
    missingok
    notifempty
    compress
    delaycompress
    sharedscripts
}