11 lines
116 B
Plaintext
11 lines
116 B
Plaintext
|
|
/var/log/pgmon/*.log {
|
||
|
|
daily
|
||
|
|
missingok
|
||
|
|
rotate 7
|
||
|
|
compress
|
||
|
|
delaycompress
|
||
|
|
copytruncate
|
||
|
|
notifempty
|
||
|
|
maxsize 1G
|
||
|
|
}
|