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.