diff --git a/docs/topics/logging.txt b/docs/topics/logging.txt index 1e06ce356a..0213f2e35d 100644 --- a/docs/topics/logging.txt +++ b/docs/topics/logging.txt @@ -172,7 +172,7 @@ By default, Django uses the :ref:`dictConfig format `. In order to configure logging, you use :setting:`LOGGING` to define a -dictionary of logging settings. These settings describes the loggers, +dictionary of logging settings. These settings describe the loggers, handlers, filters and formatters that you want in your logging setup, and the log levels and other properties that you want those components to have.