etc_hulk/logrotate.d/postgresql-common

11 lines
173 B
Plaintext
Raw Permalink Normal View History

/var/log/postgresql/*.log {
weekly
rotate 10
copytruncate
delaycompress
compress
notifempty
missingok
su root root
}