googleplay_dev_scraper
googleplay_dev_scraper copied to clipboard
Optional STDERR URL printing?
Can you make STDERR echo of URL optional, or only done at a 'verbose' logging level?
It is causing our tests to print the url for every request. It adds a lot of noise to our tests.
I am happy to fix the problem and open a pull request. The problem is line 113 of lib/googleplay_dev_scraper/scraper.rb
Thanks!