mirror of
https://github.com/django/django.git
synced 2025-06-03 18:49:12 +00:00
Fixed typo in docs/topics/logging.txt.
This commit is contained in:
parent
407fe95cb1
commit
c7152cb58e
@ -172,7 +172,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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user