mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Fixed pep8 in docs/topics/logging.txt
This commit is contained in:
parent
f6c208d95c
commit
947af46db3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue