Module telemetry

Module telemetry 

Source
Expand description

§Telemetry

Structs§

Formatter

Functions§

initialize_tracing
Initialize tracing using the above custom formatter with the default directive level of “ERROR”, if RUST_LOG is not set.
initialize_tracing_with_filter
Initialize tracing using the above custom formatter, using the tracing directive. something like “{level},{abc}={level},{xyz}={level}” where {level} is one of “tracing,debug,info,warn,error”