Module logging

Module logging 

Source
Expand description

Structured logging initialization with JSON support and OpenTelemetry integration

This module provides comprehensive logging capabilities including:

  • Structured JSON logging
  • File output with rotation
  • OpenTelemetry tracing integration
  • Configurable log levels

Structs§

LoggingConfig
Logging configuration

Functions§

init_logging
Initialize logging with the given configuration
init_logging_with_otel
Initialize logging with OpenTelemetry tracing layer