Fix a typo in the LOG_FORMAT description (#5839)

This commit is contained in:
Oleg 2023-03-02 12:19:41 +03:00 committed by GitHub
parent 8fbebfa943
commit 2b3a8f0d69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1090,7 +1090,7 @@ LOG_FORMAT
Default: ``'%(asctime)s [%(name)s] %(levelname)s: %(message)s'``
String for formatting log messages. Refer to the
:ref:`Python logging documentation <logrecord-attributes>` for the qwhole
:ref:`Python logging documentation <logrecord-attributes>` for the whole
list of available placeholders.
.. setting:: LOG_DATEFORMAT