njord-rs / njord

A versatile, feature-rich Rust ORM ⛵
https://njord.rs
BSD 3-Clause "New" or "Revised" License
409 stars 21 forks source link

Switch printlns to log crate statements #197

Closed chaseWillden closed 5 days ago

chaseWillden commented 5 days ago

I've been integrating Njord into a personal side project and having all the printlns everywhere is actually kind of annoying. So this is to switch it to the log crate.

mjovanc commented 5 days ago

Haha, yes. I wanted to do that myself. But great you already did here. Amazing!