summaryrefslogblamecommitdiffstats
path: root/system/postgresql/postgresql.logrotate
blob: e292391333b24f89359376567d86358b2dcf944f (plain) (tree)
1
2
3
4
5
6
7
8
9
                                  






                 
 
/var/log/postgresql-@PG_VERSION@ {
    daily
    rotate 7
    copytruncate
    delaycompress
    compress
    notifempty
    missingok
}