1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-22 07:13:08 +00:00

Spelling mistake

This commit is contained in:
Claus Conrad 2017-07-15 11:31:09 +02:00 committed by GitHub
parent 5aebdac45d
commit 18b96dd82a

View File

@ -85,8 +85,8 @@ When doing broad crawls you are often only interested in the crawl rates you
get and any errors found. These stats are reported by Scrapy when using the
``INFO`` log level. In order to save CPU (and log storage requirements) you
should not use ``DEBUG`` log level when preforming large broad crawls in
production. Using ``DEBUG`` level when developing your (broad) crawler may fine
though.
production. Using ``DEBUG`` level when developing your (broad) crawler may be
fine though.
To set the log level use::