introduce a setting to allow Celery messages to go to regular Python log

pull/1/head
Raymond Yee 2011-11-06 18:32:43 -05:00
parent 2340ef05d4
commit 83b7bed56e
1 changed files with 6 additions and 0 deletions

View File

@ -91,3 +91,9 @@ GOODREADS_API_SECRET = ''
# Freebase credentials
FREEBASE_USERNAME = ''
FREEBASE_PASSWORD = ''
# send celery log to Python logging
# http://stackoverflow.com/questions/6940987/django-celery-use-python-standard-logging-in-celery
# http://ask.github.com/celery/configuration.html#std:setting-CELERYD_HIJACK_ROOT_LOGGER
CELERYD_HIJACK_ROOT_LOGGER = False