22 lines
310 B
Mako
22 lines
310 B
Mako
## -*- 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
|
|
}
|
|
|