"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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {