Horizon: Make deployment compatible with Django 1.10
This PS makes the Horizon deployment compatible with Django 1.10, which is used in the Queens release. Change-Id: Id9fef7b0ff8584866ca0f806d373cb6e3e7bf666
This commit is contained in:
parent
255b7d5506
commit
e3e4b86970
@ -527,7 +527,7 @@ conf:
|
||||
'handlers': {
|
||||
'null': {
|
||||
'level': 'DEBUG',
|
||||
'class': 'django.utils.log.NullHandler',
|
||||
'class': 'logging.NullHandler',
|
||||
},
|
||||
'console': {
|
||||
# Set the level to "DEBUG" for verbose output logging.
|
||||
|
Loading…
x
Reference in New Issue
Block a user