1
0
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:
Adrian Holovaty
2012-11-12 14:19:11 -06:00
parent 6c69de80bd
commit 09a39ca082

View File

@@ -39,7 +39,7 @@ DEFAULT_LOGGING = {
},
},
'handlers': {
'console':{
'console': {
'level': 'INFO',
'filters': ['require_debug_true'],
'class': 'logging.StreamHandler',