pgmon/logrotate/pgmon.logrotate

11 lines
116 B
Plaintext

/var/log/pgmon/*.log {
daily
missingok
rotate 7
compress
delaycompress
copytruncate
notifempty
maxsize 1G
}