Add fabric bundle for 'theo-server'
This commit is contained in:
parent
9e275a35f8
commit
a26e3088c5
23 changed files with 1032 additions and 0 deletions
21
machines/theo-server/deploy/theo-common/logrotate.conf.mako
Normal file
21
machines/theo-server/deploy/theo-common/logrotate.conf.mako
Normal file
|
@ -0,0 +1,21 @@
|
|||
## -*- 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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue