We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf6c88 commit 564ca18Copy full SHA for 564ca18
{{cookiecutter.project_slug}}/config/settings/base.py
@@ -327,8 +327,8 @@
327
CELERY_WORKER_SEND_TASK_EVENTS = True
328
# https://docs.celeryq.dev/en/stable/userguide/configuration.html#std-setting-task_send_sent_event
329
CELERY_TASK_SEND_SENT_EVENT = True
330
-# https://cheat.readthedocs.io/en/latest/django/celery.html
331
-CELERYD_HIJACK_ROOT_LOGGER = False
+# https://docs.celeryq.dev/en/stable/userguide/configuration.html#worker-hijack-root-logger
+CELERY_WORKER_HIJACK_ROOT_LOGGER = False
332
333
{%- endif %}
334
# django-allauth
0 commit comments