caktus / django-project-template

Django project template for startproject (Requires 2.2+)
211 stars 53 forks source link

Tell Celery to obey our logging configuration #227

Closed dpoirier closed 8 years ago

dpoirier commented 8 years ago

Otherwise Celery does its own thing when running its worker processes, and we miss notices about exceptions and things that can happen in those processes.

Branch: fix_celery_breaking_logconfig

vkurup commented 8 years ago

:+1: