mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +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
|
||||
CELERY_ALWAYS_EAGER = DEBUG
|
||||
CELERY_EAGER_PROPAGATES_EXCEPTIONS = DEBUG
|
||||
CELERYD_HIJACK_ROOT_LOGGER = False
|
||||
|
||||
# Load the Celery tasks
|
||||
djcelery.setup_loader()
|
||||
|
||||
Reference in New Issue
Block a user