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
8
9
10
11
//! Unit tests for santh-tracing.

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

#[path = "unit/init_returns_guard.rs"]
mod init_returns_guard;
#[path = "unit/op_wrapper_nests.rs"]
mod op_wrapper_nests;
#[path = "unit/span_fields_render.rs"]
mod span_fields_render;