#Logging in Rust - How to Get Started

5 messages · Page 1 of 1 (latest)

carmine thistle
#

Hey everyone!

Shuttle has released a new article about getting started with logging in Rust - the different logging libraries that exist, different loggers and ways to append your logging to files and send them out!

Check it out: https://www.shuttle.rs/blog/2023/09/20/logging-in-rust

shuttle

This article talks about the most popular logging crates in Rust and what the best one for your use case is, including both simple and more complex crates.

viscid sky
#

Is log4rs actually maintained? I'm not totally sure.

carmine thistle
#

There haven't been any PRs recently but I think log4rs is reasonably usable enough that it warrants a mention

#

(should be said though that the main contenders are tracing and log)

tender kayak
#

Excellent post. Thanks !