When we build backend systems, especially APIs and microservices, debugging production issues is rarely about reading one log line.

A single request may pass through an API Gateway, an authentication service, an order service, a payment service, a message broker, and maybe a background worker.

Each component may generate logs.

But without a...