fix path and put in debug level, which is really helpful

This commit is contained in:
Andy McKay 2012-09-21 15:01:26 -07:00
Родитель 89cf3f0eb8
Коммит 405ad1c973
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -17,7 +17,7 @@ mod_wsgi. Locally you can optionally use `gunicorn`_, for example::
Then you can do::
cd services
gunicorn -c wsgi/verify.wsgi -b 127.0.0.1:9000 --debug verify:application
gunicorn --log-level=DEBUG -c wsgi/receiptverify.py -b 127.0.0.1:9000 --debug verify:application
To test::