Before we do OpenTelemetry tracing in #9, a low hanging fruit would be to add correlation IDs to log lines. A simple context.Context value set in the handler would likely be enough.
Before we do OpenTelemetry tracing in #9, a low hanging fruit would be to add correlation IDs to log lines. A simple `context.Context` value set in the handler would likely be enough.
Before we do OpenTelemetry tracing in #9, a low hanging fruit would be to add correlation IDs to log lines. A simple
context.Context
value set in the handler would likely be enough.Done