mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 23:02:19 +00:00
Avoid hijacking the root logger
This commit is contained in:
@@ -105,6 +105,7 @@ CELERY_DISABLE_RATE_LIMITS = True
|
|||||||
CELERYD_PREFETCH_MULTIPLIER = 128
|
CELERYD_PREFETCH_MULTIPLIER = 128
|
||||||
CELERY_ALWAYS_EAGER = DEBUG
|
CELERY_ALWAYS_EAGER = DEBUG
|
||||||
CELERY_EAGER_PROPAGATES_EXCEPTIONS = DEBUG
|
CELERY_EAGER_PROPAGATES_EXCEPTIONS = DEBUG
|
||||||
|
CELERYD_HIJACK_ROOT_LOGGER = False
|
||||||
|
|
||||||
# Load the Celery tasks
|
# Load the Celery tasks
|
||||||
djcelery.setup_loader()
|
djcelery.setup_loader()
|
||||||
|
|||||||
Reference in New Issue
Block a user