From abbda91befd948f70dd8b0fc58eb3914ff14b599 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Wed, 9 Apr 2014 14:54:37 +0000 Subject: [PATCH] running celeryd with -l INFO is better for testing --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index edd9f9a2..c1487a21 100644 --- a/README +++ b/README @@ -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/