Simple change to logrotate and the app servers name.

This commit is contained in:
Samuel Clay 2011-04-01 19:40:02 -04:00
parent 085829506a
commit 4db1c89652
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
/home/sclay/newsblur/logs/*.log {
weekly
daily
rotate 10
copytruncate
delaycompress

2
fabfile.py vendored
View file

@ -15,7 +15,7 @@ from django.conf import settings as django_settings
env.user = 'sclay'
env.roledefs ={
'app': ['www.newsblur.com'],
'app': ['app01.newsblur.com'],
'db': ['db01.newsblur.com', 'db02.newsblur.com', 'db03.newsblur.com'],
'task': ['task01.newsblur.com', 'task02.newsblur.com'],
}