Logging — Scrapy 2.5.1 documentation
docs.scrapy.org › en › latestOct 06, 2021 · The first thing to note is a logger name - it is in brackets: [scrapy.spidermiddlewares.httperror]. If you get just [scrapy] then LOG_SHORT_NAMES is likely set to True; set it to False and re-run the crawl. Next, we can see that the message has INFO level.