about summary refs log tree commit diff stats
path: root/linux/conf/logrotate.d/postgresql
blob: 8c16bfad5d8e64a0bbe69bf57e060c07d41d95ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# this log is only used by postgresql at startup
# before start using syslog so there is no need
# to reload syslog-ng or syslog-ng
/var/log/postgresql {
    # uncomment this if you want your log files compressed
    delaycompress
    compress
    notifempty
    create 664 postgres postgres
}