AGENTS.md@infrastructure/core/logging · git:20260403.152cab1 · 2026-04-03 · sha256 8442813b25cc9057

AGENTS.md@infrastructure/core/logging git:20260403.152cab1A

Immutable. This exact content is served forever at /api/v1/blob/8442813b25cc9057.

# infrastructure/core/logging/ - Logging Helper Documentation

## Purpose

The `infrastructure/core/logging/` package contains shared logging setup, formatting, progress, and diagnostics helpers.

## Files

- `utils.py` - logger helpers and decorators
- `setup.py` - logging setup helpers
- `progress.py` - progress-aware logging
- `pipeline_logging.py` - pipeline log formatting
- `helpers.py` - shared logging helpers
- `formatters.py` - log formatters
- `diagnostic.py` - diagnostic logging helpers
- `constants.py` - logging constants

## See Also

- [`README.md`](README.md)
- [`../AGENTS.md`](../AGENTS.md)