openzim / gutenberg

Scraper for downloading the entire ebooks repository of project Gutenberg
https://download.kiwix.org/zim/gutenberg
GNU General Public License v3.0
126 stars 37 forks source link

Logs are sometimes done with `print` or `pp` #192

Open benoit74 opened 10 months ago

benoit74 commented 10 months ago

Logs are sometimes done with print or pp which means they escape the logging mechanism allowing to filter messages.

For now #191 marks them with # noqa: T201" and# noqa: T203` but we have to decide what to do about those logs (especially what is the appropriate level, either debug, info, error, ...)