nathell / skyscraper

Structural scraping for the rest of us.
405 stars 10 forks source link

Proper logging #5

Closed nathell closed 8 years ago

nathell commented 8 years ago

It would be good to introduce proper logging, so that warnings can be clearly separated from information messages and debug output.

scrape and friends should output number of warnings at the end of scraping.

nathell commented 8 years ago

Skyscraper now uses Timbre for logging. I'll skip the "number of warnings" bit; it likely can be configured in Timbre itself if users want it.