Skip to content

Commit

Permalink
use instantiation for "Crawler"
Browse files Browse the repository at this point in the history
Issue scrapy#4086

Co-Authored-By: Mikhail Korobov <[email protected]>
  • Loading branch information
ammarnajjar and kmike authored Oct 22, 2019
1 parent 7a84a4b commit 7fba843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sep/sep-009.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7fba843

Please sign in to comment.