wooorm / markdown-rs

CommonMark compliant markdown parser in Rust with ASTs and extensions
https://docs.rs/markdown/1.0.0-alpha.21/markdown/
MIT License
906 stars 50 forks source link

Fix to use `trace` for verbose debug logs #92

Closed lovasoa closed 10 months ago

lovasoa commented 10 months ago

moves the most verbose logs from DEBUG level to TRACE, to make logs more readable

fixes #91

wooorm commented 10 months ago

I think there's docs on how to debug, could you change those too?

lovasoa commented 10 months ago

I updated the README. Is there anything else you want me to change ?

lovasoa commented 10 months ago

great, thanks for merging ! Could you publish a new version, so that I can update SQLPage's dependencies ?

wooorm commented 10 months ago

working on it! :)

wooorm commented 10 months ago

released!