wooorm / markdown-rs

CommonMark compliant markdown parser in Rust with ASTs and extensions

Home Page:https://docs.rs/markdown/1.0.0-alpha.17/markdown/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tokeniser.rs:738 spamming console

lasswoj opened this issue · comments

Any chance that future wersions wont spam that much? :(
Its hard for me to get my own logs.

commented

You have debugging on. You can turn that off?

If i understand you correctly--i would rather keep my current log level, and simply not get logs from dependency.
Any chance for that?

You can configure your logging to do that.
See this discussion for some options on how to set log levels for individual crates https://www.reddit.com/r/rust/comments/85qp50/how_to_disable_logging_for_certain_crates