Expand description
Logging initialization for the Hexz ecosystem.
Provides a single entry point for setting up structured logging so that binaries can configure sinks and log levels consistently. Logging Infrastructure Initialization.
This module handles the setup of the application’s logging infrastructure. It configures the tracing subscriber to output structured logs to the console, enabling observability for debugging and operational monitoring.
Functions§
- init
- Initializes the global tracing subscriber.