santh-tracing 0.2.0

Consistent tracing setup for CLI tools - stderr/JSON/file sinks, a secret-redacting writer, and operation spans
Documentation
1
2
3
4
5
6
7
//! Integration tests for santh-tracing.

#[path = "support/mod.rs"]
mod support;

#[path = "integration/metrics_namespace.rs"]
mod metrics_namespace;