]> TLD Linux GIT Repositories - packages/postgresql.git/blob - postgresql.logrotate
- switched to direct file logging, added logrotate
[packages/postgresql.git] / postgresql.logrotate
1 /var/log/postgresql/*.log
2 {
3         olddir /var/log/archive/postgresql
4         notifempty
5         missingok
6         copytruncate
7 }