lycheeverse / lychee

⚡ Fast, async, stream-based link checker written in Rust. Finds broken URLs and mail addresses inside Markdown, HTML, reStructuredText, websites and more!
https://lychee.cli.rs
Apache License 2.0
2.23k stars 136 forks source link

fix: Remove tokio console subscriber #1524

Closed mre closed 1 month ago

mre commented 1 month ago

The console subscriber is the source of quite a few papercuts like https://github.com/lycheeverse/lychee/issues/1513.

Since we don't use it at the moment, I decided to remove it.