scrapinghub / scrapyrt

HTTP API for Scrapy spiders
BSD 3-Clause "New" or "Revised" License
833 stars 162 forks source link

Log to stdout #113

Open janwendt opened 3 years ago

janwendt commented 3 years ago

I am using scrapyrt in Google App Engine. To save the logs in Google Cloud i need to log to stdout but scrapyrt does not support that see: https://github.com/scrapinghub/scrapyrt/blob/f8ee7b79fcfeaf4da83d831147d3ae28d8cf5f90/scrapyrt/log.py#L135-L137 Everyone who wants to use scrapyrt in production and wants to deploy it on any kind of cloud platform needs this feature.

I would help creating a PR if desired. Any Ideas @pawelmhm ?

pawelmhm commented 3 years ago

Sorry for late response. Sure create PR if still needed.