Skip to content

Commit

Permalink
Update configure-logs-context-go.mdx
Browse files Browse the repository at this point in the history
It was referencing nrlogrus in nrzap section. Replaced to nrzap
  • Loading branch information
csalvador-nr authored Dec 12, 2023
1 parent b95b422 commit 01cbf7f
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 01cbf7f

Please sign in to comment.