Fix merge conflicts

This commit is contained in:
Tobias Hernstig 2019-08-15 18:54:28 +02:00
parent 50c4cafe0c
commit 2b0de0606c
1 changed files with 2 additions and 2 deletions

View File

@ -257,9 +257,9 @@ scrapy.utils.log module
Another option when running custom scripts is to manually configure the logging.
To do this you can use `logging.basicConfig()`_ to set a basic root handler.
Note that ``scrapy.crawler.CrawlerProcess`` automatically calls ``configure_logging``,
Note that :class:`~scrapy.crawler.CrawlerProcess` automatically calls ``configure_logging``,
so it is recommended to only use `logging.basicConfig()`_ together with
``scrapy.crawler.CrawlerRunner``
:class:`~scrapy.crawler.CrawlerRunner`.
This is an example on how to redirect ``INFO`` or higher messages to a file::