ansible-roles/postgresql/files/logrotate_postgresql

12 lines
151 B
Plaintext

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