ansible-roles/postgresql/files/logrotate_postgresql

12 lines
151 B
Plaintext
Raw Normal View History

2019-12-10 14:29:27 +01:00
/var/log/postgresql/*.log {
daily
rotate 10
2020-03-09 14:40:10 +01:00
copytruncate
nodelaycompress
compress
notifempty
missingok
su root root
}