22 lines
310 B
Plaintext
22 lines
310 B
Plaintext
|
## -*- mode: conf; -*-
|
||
|
|
||
|
${envroot}/pip.log {
|
||
|
compress
|
||
|
create 600 rattail rattail
|
||
|
delaycompress
|
||
|
missingok
|
||
|
notifempty
|
||
|
rotate 10
|
||
|
size 10M
|
||
|
}
|
||
|
|
||
|
${envroot}/app/log/*.log {
|
||
|
daily
|
||
|
missingok
|
||
|
rotate 30
|
||
|
compress
|
||
|
delaycompress
|
||
|
notifempty
|
||
|
create 600 rattail rattail
|
||
|
}
|