Skip to content

Commit

Permalink
update CELERYD_HIJACK_ROOT_LOGGER to CELERY_WORKER_HIJACK_ROOT_LOGGER (
Browse files Browse the repository at this point in the history
…#5643)

CELERYD_HIJACK_ROOT_LOGGER was the name of the setting in celery v3
  • Loading branch information
ghazi-git authored Jan 15, 2025
1 parent fbf6c88 commit 564ca18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions {{cookiecutter.project_slug}}/config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,8 @@
CELERY_WORKER_SEND_TASK_EVENTS = True
# https://docs.celeryq.dev/en/stable/userguide/configuration.html#std-setting-task_send_sent_event
CELERY_TASK_SEND_SENT_EVENT = True
# https://cheat.readthedocs.io/en/latest/django/celery.html
CELERYD_HIJACK_ROOT_LOGGER = False
# https://docs.celeryq.dev/en/stable/userguide/configuration.html#worker-hijack-root-logger
CELERY_WORKER_HIJACK_ROOT_LOGGER = False

{%- endif %}
# django-allauth
Expand Down

0 comments on commit 564ca18

Please sign in to comment.