AGENTS.md@docs/operational/logging · git:20260325.d6b2de5 · 2026-03-25 · sha256 b568dea5b9d40340

AGENTS.md@docs/operational/logging git:20260325.d6b2de5A

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

## 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/logging_utils.py`](../../../infrastructure/core/logging/logging_utils.py)