AGENTS.md@docs/operational/logging · git:20260406.6eb8eee · 2026-04-06 · sha256 12f4663a9e507c5b
AGENTS.md@docs/operational/logging git:20260406.6eb8eeeA
Immutable. This exact content is served forever at /api/v1/blob/12f4663a9e507c5b.
## docs/operational/logging/ — Logging System ### Scope Logging standards and operational patterns across bash + Python: - Logging levels and conventions - Structured context and error reporting - Cross-language consistency ### Files | File | Purpose | | --- | --- | | `README.md` | Primary entry point for logging guidance | | `python-logging.md` | Python logging patterns and APIs | | `bash-logging.md` | Bash logging patterns used by `run.sh` | | `logging-patterns.md` | Cross-language conventions and examples | ### See also - [`docs/rules/python_logging.md`](../../rules/python_logging.md) - [`infrastructure/core/logging/utils.py`](../../../infrastructure/core/logging/utils.py)