зеркало из https://github.com/mozilla/kitsune.git
Use backwards compatible (2.6) version of dictConfig.
This commit is contained in:
Родитель
0d71e0ffd0
Коммит
7d454efb47
|
@ -1,6 +1,7 @@
|
|||
import logging
|
||||
|
||||
from django.conf import settings
|
||||
from django.utils.log import dictConfig
|
||||
|
||||
import celery.conf
|
||||
import celery.log
|
||||
|
@ -50,4 +51,4 @@ else:
|
|||
celery.conf.CELERYD_LOG_FILE = task_proxy
|
||||
celery.conf.CELERYD_LOG_COLOR = False
|
||||
|
||||
logging.config.dictConfig(config)
|
||||
dictConfig(config)
|
||||
|
|
Загрузка…
Ссылка в новой задаче