LOGGING_CONFIG=None so that django doesnt try to setup our logging, we'll do it

This commit is contained in:
Sean McArthur 2011-07-07 09:52:30 -07:00
Родитель 1635d5e642
Коммит 7f842c1aa6
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -54,6 +54,7 @@ SYSLOG_TAG = "http_app_builder"
# Handlers and log levels are set up automatically based on LOG_LEVEL and DEBUG
# unless you set them here. Messages will not propagate through a logger
# unless propagate: True is set.
LOGGING_CONFIG = None
LOGGING = {
'loggers': {
'amqplib': {'handlers': ['null']},