jtc-overlay/dev-db/pgmon/files/pgmon.logrotate

11 lines
116 B
Plaintext
Raw Normal View History

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