Expand description
This module provides utilities for setting up application-wide logging and tracing.
It leverages the tracing and tracing-subscriber crates to configure
how log events and spans are collected and emitted, allowing for better
observability of the Molten API.
Functionsยง
- get_
subscriber - Returns a
Subscriberthat can be used for logging and tracing. - init_
subscriber - Initializes the global default tracing subscriber.