"Fail" in logs makes FAIL in e2e hard to find (#11867)

Co-authored-by: Kasey Kirkham <kasey@users.noreply.github.com>
This commit is contained in:
kasey
2023-01-13 06:03:30 -06:00
committed by GitHub
parent 9328e9af1f
commit cf71dbdf97

View File

@@ -41,7 +41,7 @@ func Setup(serviceName, processName, endpoint string, sampleFraction float64, en
},
BufferMaxCount: 10000,
OnError: func(err error) {
log.WithError(err).Error("Failed to process span")
log.WithError(err).Error("Could not process span")
},
})
if err != nil {