Merge pull request #6334 from filecoin-project/del-tracing-log-line

Remove log line when tracing is not configured
This commit is contained in:
Łukasz Magiera 2021-05-27 00:03:50 +02:00 committed by GitHub
commit 3cdd06b719
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,6 @@ func jaegerOptsFromEnv(opts *jaeger.Options) bool {
log.Infof("jaeger traces will be sent to agent %s", opts.AgentEndpoint)
return true
}
log.Infof("jaeger tracing is not configured.")
return false
}