## Что это
`pino` setup с context propagation: tenant_id, session_id, actor пробрасываются через async context. ESLint правило `no-console` блокирует регресс. Migration всех console.* в structured logger.
## Зачем
console.log = single-color noise. Structured logger = queryable, sanitizable, fanout-able audit material. Pino — fastest known logger для Node, не добавляет latency.
## Источники вдохновения
- [exelban/stats](https://github.com/exelban/stats) — observability stack
- [databendlabs/
## 🔗 Linear
- [PZD-166](https://linear.app/kuhjie/issue/PZD-166) (match confidence: 0.499)