]> TLD Linux GIT Repositories - packages/postgresql.git/blob - postgresql.logrotate
- forgot to update version in config patch
[packages/postgresql.git] / postgresql.logrotate
1 /var/log/postgresql/*.log
2 {
3         olddir /var/log/archive/postgresql
4         notifempty
5         missingok
6         copytruncate
7 }