Merge "Change django.utils.log.NullHandler to logging.NullHandler" into stable/pike

This commit is contained in:
Zuul 2018-02-01 04:04:07 +00:00 committed by Gerrit Code Review
commit aa16c87849
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ The standard installation uses a non-encrypted HTTP channel.
'handlers': {
'null': {
'level': 'DEBUG',
'class': 'django.utils.log.NullHandler',
'class': 'logging.NullHandler',
},
'console': {
# Set the level to "DEBUG" for verbose output logging.