pgmon/logrotate/pgmon.logrotate

11 lines
116 B
Plaintext
Raw Normal View History

2024-06-03 05:10:45 +00:00
/var/log/pgmon/*.log {
daily
missingok
rotate 7
compress
delaycompress
copytruncate
notifempty
maxsize 1G
}