Skip to main content

Module logger

Module logger 

Source
Expand description

Logging module based on tracing ecosystem.

This module provides structured logging with:

  • Multi-output (stdout + file)
  • Sensitive data masking
  • Request lifecycle tracking

Functionsยง

init_logging
Initialize the logging system.
is_sensitive_header
Check if header is sensitive (should be masked in logs).
mask_sensitive
Mask sensitive values for display.