diff --git a/docs/topics/settings.rst b/docs/topics/settings.rst index 8a72c2663..29cd44e4b 100644 --- a/docs/topics/settings.rst +++ b/docs/topics/settings.rst @@ -776,9 +776,8 @@ STATS_DUMP Default: ``True`` -Dump (to the Scrapy log) the :ref:`Scrapy stats ` collected -during the crawl. The spider-specific stats are logged when the spider is -closed, while the global stats are dumped when the Scrapy process finishes. +Dump the :ref:`Scrapy stats ` (to the Scrapy log) once the spider +finishes. For more info see: :ref:`topics-stats`.