Skip to content

Commit

Permalink
update example.
Browse files Browse the repository at this point in the history
  • Loading branch information
googollee committed Jul 27, 2023
1 parent 350696f commit 74c520f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/telemetry/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func (s *Service) Create(ctx context.Context, arg int) (string, error) {
defer span.End()

log.Info(ctx, "in create")
log.LogDebug(ctx, "input", "arg", arg)
log.Debug(ctx, "input", "arg", arg)

req, err := http.NewRequest(http.MethodPost, "", nil)
tracing.Inject(ctx, req.Header)
Expand Down

0 comments on commit 74c520f

Please sign in to comment.