Pārlūkot izejas kodu

Refs #14388 -- ... and corrected the naming of a formatter in the sample logging config.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@13984 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Russell Keith-Magee 14 gadi atpakaļ
vecāks
revīzija
63d960ca25
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      docs/topics/logging.txt

+ 1 - 1
docs/topics/logging.txt

@@ -241,7 +241,7 @@ complex logging setup, configured using :meth:`logging.dictConfig`::
         'version': 1,
         'disable_existing_loggers': True,
         'formatters': {
-            'explicit': {
+            'verbose': {
                 'format': '%(levelname)s %(asctime)s %(module)s %(process)d %(thread)d %(message)s'
             },
             'simple': {