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
-1
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
}