Maybe you need to adjust the LOG_LEVEL?. When creating a new project from scratch (using startproject) the default is DEBUG, which shows scraped items, but the default otherwise is INFO, which does not show scraped items not crawled pages.
On Fri, May 23, 2014 at 5:11 AM, Luis Miguel Morillas <[email protected]>wrote: > Hi, > > I'm trying to log items' info when parsed, but it doesn't work when scrapy > is running from a scrip. I'm using this example: > http://doc.scrapy.org/en/latest/topics/practices.html#run-scrapy-from-a-script > . > > > Regards, > > > lm > > -- > You received this message because you are subscribed to the Google Groups > "scrapy-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/scrapy-users. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "scrapy-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/scrapy-users. For more options, visit https://groups.google.com/d/optout.
