Fixed pep8 in docs/topics/logging.txt
This commit is contained in:
parent
f6c208d95c
commit
947af46db3
|
@ -286,7 +286,7 @@ Second, here's an example of a fairly complex logging setup, configured using
|
||||||
'level': 'DEBUG',
|
'level': 'DEBUG',
|
||||||
'class': 'logging.NullHandler',
|
'class': 'logging.NullHandler',
|
||||||
},
|
},
|
||||||
'console':{
|
'console': {
|
||||||
'level': 'DEBUG',
|
'level': 'DEBUG',
|
||||||
'class': 'logging.StreamHandler',
|
'class': 'logging.StreamHandler',
|
||||||
'formatter': 'simple'
|
'formatter': 'simple'
|
||||||
|
|
Loading…
Reference in New Issue