1
0
mirror of https://github.com/django/django.git synced 2025-06-21 11:29:12 +00:00

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

Backport of c7152cb58ea84f51bc2096fb5d3cf03ab31ea985 from main
This commit is contained in:
Brad 2021-11-02 23:41:50 -07:00 committed by Mariusz Felisiak
parent 34e5e61479
commit 3357ad2de2

View File

@ -207,7 +207,7 @@ By default, Django uses the :ref:`dictConfig format
<logging-config-dictschema>`. <logging-config-dictschema>`.
In order to configure logging, you use :setting:`LOGGING` to define a 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, handlers, filters and formatters that you want in your logging setup,
and the log levels and other properties that you want those components and the log levels and other properties that you want those components
to have. to have.