]> TLD Linux GIT Repositories - packages/postgresql.git/blob - postgresql.logrotate
1001b95d8122b2fbffae833812234016dd9a0e0a
[packages/postgresql.git] / postgresql.logrotate
1 /var/log/postgresql/*.log
2 {
3         olddir /var/log/archive/postgresql
4         notifempty
5         missingok
6         copytruncate
7 }