mirror of https://github.com/scrapy/scrapy.git
Fix a typo in the LOG_FORMAT description (#5839)
This commit is contained in:
parent
8fbebfa943
commit
2b3a8f0d69
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue