mirror of https://github.com/django/django.git
Negligible spacing fix in utils/log.py
This commit is contained in:
parent
6c69de80bd
commit
09a39ca082
|
@ -39,7 +39,7 @@ DEFAULT_LOGGING = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'handlers': {
|
'handlers': {
|
||||||
'console':{
|
'console': {
|
||||||
'level': 'INFO',
|
'level': 'INFO',
|
||||||
'filters': ['require_debug_true'],
|
'filters': ['require_debug_true'],
|
||||||
'class': 'logging.StreamHandler',
|
'class': 'logging.StreamHandler',
|
||||||
|
|
Loading…
Reference in New Issue