1 2 3 4 5 6 7 8 9 10 11 12 13 14
# rust-service-conventions Conventions for Rust services ## Tracing (and logging) ``` cargo add service_conventions ``` ```rust service_conventions::tracing::setup(tracing::Level::DEBUG); ```