Merge "[Django 1.9] Do not use django.utils.log.NullHandler"
This commit is contained in:
commit
2635e65e52
@ -158,7 +158,7 @@ LOGGING = {
|
||||
'handlers': {
|
||||
'null': {
|
||||
'level': 'DEBUG',
|
||||
'class': 'django.utils.log.NullHandler',
|
||||
'class': 'logging.NullHandler',
|
||||
},
|
||||
'test': {
|
||||
'level': 'ERROR',
|
||||
|
@ -425,7 +425,7 @@ LOGGING = {
|
||||
'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