pub fn init_tracing()Expand description
Initializes the application’s tracing subscriber for structured logging.
Reads the log filter from the RUST_LOG environment variable if present,
otherwise defaults to info level for all modules.
pub fn init_tracing()Initializes the application’s tracing subscriber for structured logging.
Reads the log filter from the RUST_LOG environment variable if present,
otherwise defaults to info level for all modules.