running celeryd with -l INFO is better for testing

This commit is contained in:
j 2014-04-09 14:54:37 +00:00
parent 334985affe
commit abbda91bef
1 changed files with 1 additions and 1 deletions

2
README
View File

@ -158,7 +158,7 @@ to apply them.
./manage.py runserver
and background task in another:
./manage.py celeryd -B -Q celery,default,encoding
./manage.py celeryd -B -Q celery,default,encoding -l INFO
now you can access your local pandora instace at http://127.0.0.1:8000/