diff --git a/docs/topics/logging.txt b/docs/topics/logging.txt index e115df0ccf..57743d620d 100644 --- a/docs/topics/logging.txt +++ b/docs/topics/logging.txt @@ -295,7 +295,7 @@ Second, here's an example of a fairly complex logging setup, configured using 'level': 'DEBUG', 'class': 'django.utils.log.NullHandler', }, - 'console':{ + 'console': { 'level': 'DEBUG', 'class': 'logging.StreamHandler', 'formatter': 'simple'