mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Negligible spacing fix in utils/log.py
This commit is contained in:
@@ -39,7 +39,7 @@ DEFAULT_LOGGING = {
|
||||
},
|
||||
},
|
||||
'handlers': {
|
||||
'console':{
|
||||
'console': {
|
||||
'level': 'INFO',
|
||||
'filters': ['require_debug_true'],
|
||||
'class': 'logging.StreamHandler',
|
||||
|
||||
Reference in New Issue
Block a user