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': {
|
||||
'console':{
|
||||
'console': {
|
||||
'level': 'INFO',
|
||||
'filters': ['require_debug_true'],
|
||||
'class': 'logging.StreamHandler',
|
||||
|
|
Loading…
Reference in New Issue