summaryrefslogtreecommitdiffstats
path: root/network/webhook/webhook.logrotate
blob: 59e770a224531418aa96a21f43a162fd70877388 (plain) (blame)
1
2
3
4
5
6
/var/log/webhook.log {
    daily
    rotate 7
    compress
    missingok
}