Complexity Score: 200
Description
Move to structured logs while preventing PII from ever being logged.
Requirements
- Emit JSON logs with request ID, route, latency, outcome, and provider metadata (non-sensitive).
- Apply redaction to request/response payload logging paths.
- Add tests that assert PII-like strings never appear in captured logs.
Complexity Score: 200
Description
Move to structured logs while preventing PII from ever being logged.
Requirements