From 46518a8c28d90bf31fb8fcf546bf757a08e22ee7 Mon Sep 17 00:00:00 2001 From: Andreas Lindfalk Date: Fri, 20 May 2022 14:03:47 +0200 Subject: [PATCH] dox fix --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index eaa9490..7c7baa9 100644 --- a/README.md +++ b/README.md @@ -50,10 +50,7 @@ func (s *PatientGatewayServiceV1) FindAppointments( ) (*patient_gateway_service_v1.FindAppointmentsResponse, error) { // Ensure trace information + request is part of the log entries - logWithContext := s.logger.WithContext( - ctx, - logging.ProtoField("request", request), - ) + logWithContext := s.logger.WithContext(ctx, logging.ProtoField("request", request)) logWithContext.Info( "Something something...",