maxgio92 / krawler

A crawler for kernel releases distributed by the major Linux distributions.
https://krawler.dev
Mozilla Public License 2.0
13 stars 0 forks source link

Provide uniform searching output between distro #35

Closed maxgio92 closed 1 year ago

maxgio92 commented 1 year ago

The actual searching output depends on the specific distribution and crawling implementation.

The goal is to provide a uniform way to show searching progress of the releases with different levels of verbosity (e.g. a progress bar, debug output about repositories scraping, ignored errors, etc.)

All of them should depend on the output configuration that is passed through the configuration file (e.g. output.verbosity variable).

More on that on the reference documentation.