mirror of
https://github.com/django/django.git
synced 2025-03-14 03:10:45 +00:00
[1.7.x] Fixed pep8 in docs/topics/logging.txt
Backport of 947af46db3 from master
This commit is contained in:
parent
da0ebe39f6
commit
813954f15a
@ -286,7 +286,7 @@ Second, here's an example of a fairly complex logging setup, configured using
|
||||
'level': 'DEBUG',
|
||||
'class': 'logging.NullHandler',
|
||||
},
|
||||
'console':{
|
||||
'console': {
|
||||
'level': 'DEBUG',
|
||||
'class': 'logging.StreamHandler',
|
||||
'formatter': 'simple'
|
||||
|
Loading…
x
Reference in New Issue
Block a user