Skip to content

Commit

Permalink
dox fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Lindfalk committed May 20, 2022
1 parent fb8b4a4 commit 46518a8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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...",
Expand Down

0 comments on commit 46518a8

Please sign in to comment.