Skip to content

Commit

Permalink
Merge pull request #15481 from csalvador-nr/patch-2
Browse files Browse the repository at this point in the history
Update configure-logs-context-go.mdx
  • Loading branch information
akristen authored Dec 12, 2023
2 parents e36c8be + 01cbf7f commit 4d5ce4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ txnLogger := log.WithContext(newrelic.NewContext(context.Background(), txn))
go get github.com/newrelic/go-agent/v3/integrations/logcontext-v2/nrzap
```

2. Import the nrlogrus package in the file where you initialize your Zap logger.
2. Import the nrzap package in the file where you initialize your Zap logger.

```go
import (
Expand Down

0 comments on commit 4d5ce4a

Please sign in to comment.