theo/machines/theo-server/deploy/theo-common/logrotate.conf.mako

22 lines
310 B
Plaintext
Raw Normal View History

2020-09-19 18:55:17 -05:00
## -*- 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
}