diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/logging.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/logging.txt b/docs/topics/logging.txt index 95556b5265..e1056e6e96 100644 --- a/docs/topics/logging.txt +++ b/docs/topics/logging.txt @@ -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' |
