[4.0.x] Fixed typo in docs/topics/logging.txt.

Backport of c7152cb58e from main
This commit is contained in:
Brad 2021-11-02 23:41:50 -07:00 committed by Mariusz Felisiak
parent e2fe0429ab
commit ccc4503a82
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ By default, Django uses the :ref:`dictConfig format
<logging-config-dictschema>`.
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.