From 2b3a8f0d6952e20baffbb2118ca82aa1c8c3cde8 Mon Sep 17 00:00:00 2001 From: Oleg Date: Thu, 2 Mar 2023 12:19:41 +0300 Subject: [PATCH] Fix a typo in the LOG_FORMAT description (#5839) --- docs/topics/settings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/settings.rst b/docs/topics/settings.rst index 420e85d37..219509c1e 100644 --- a/docs/topics/settings.rst +++ b/docs/topics/settings.rst @@ -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 ` for the qwhole +:ref:`Python logging documentation ` for the whole list of available placeholders. .. setting:: LOG_DATEFORMAT