Skip to content

Commit

Permalink
Change uwsgi logformat for troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
jgmize committed Feb 11, 2014
1 parent df1a644 commit 68c34ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stackato.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ hooks:
- git clone https://github.com/caktus/mozilla-flask-crb.git
post-staging:
- python manage.py syncdb --noinput
#processes:
# web: cd $HOME/mozilla-flask-crb/build; python -m SimpleHTTPServer $PORT
processes:
web: $STACKATO_UWSGI --logformat "%(addr) %(method) %(proto) %(host) %(uri) %(status) %(time)"
cron:
- "0 * * * * cd $HOME/mozilla-flask-crb; git pull"

0 comments on commit 68c34ba

Please sign in to comment.