# The agent writes /var/log/shieldlist/agent.log when its configuration says
# log_file (as well as to the journal). It notices a rotation by itself —
# the file is tracked by inode and reopened when the path no longer names
# it — so no signal is needed here.
/var/log/shieldlist/agent.log {
    weekly
    maxsize 100M
    rotate 8
    compress
    delaycompress
    missingok
    notifempty
    create 0640 root root
}
