log optional features available on startup

This commit is contained in:
Pablo Hoffman 2013-06-04 19:25:26 -03:00
parent 8ea041528f
commit 5a097cc192
1 changed files with 2 additions and 0 deletions

View File

@ -142,3 +142,5 @@ def start_from_crawler(crawler):
settings['LOG_ENCODING'], crawler)
msg("Scrapy %s started (bot: %s)" % (scrapy.__version__, \
settings['BOT_NAME']))
msg("Optional features available: %s" % ", ".join(scrapy.optional_features),
level=DEBUG)