use instantiation for "Crawler"

Issue #4086

Co-Authored-By: Mikhail Korobov <kmike84@gmail.com>
This commit is contained in:
Ammar Najjar 2019-10-22 15:55:52 +02:00 committed by GitHub
parent 7a84a4bdba
commit 7fba8434f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ singletons members of that object, as explained below:
``STATS_CLASS`` setting)
- **crawler.log**: Logger class with methods replacing the current
``scrapy.log`` functions. Logging would be started (if enabled) on
``Crawler`` ``__init__`` method, so no log starting functions are required.
``Crawler`` instantiation, so no log starting functions are required.
- ``crawler.log.msg``
- **crawler.signals**: signal handling