tokio-rs / toasty

An async ORM for Rust (incubating)
MIT License
590 stars 18 forks source link

use tracing crate, debug! macro, instead of println/dbg #12

Closed alaingilbert closed 1 day ago

alaingilbert commented 2 days ago

To avoid spamming stdout of projects that are using the orm library

codegod100 commented 2 days ago

Thank you See #3

carllerche commented 1 day ago

Thanks for the PR! I meant to delete all of this before opening the git repo. Woops! I merged #16 which just removes all of the noise. Eventually, toasty will probably depend on tracing, but that should be more deliberate.