summaryrefslogtreecommitdiffstats
path: root/system/postgresql/postgresql.logrotate
blob: d68ccf71bc6bf18a88821248ff8e0339849a4932 (plain)
1
2
3
4
5
6
7
8
9
/var/log/postgresql {
    daily
    rotate 7
    copytruncate
    delaycompress
    compress
    notifempty
    missingok
}