Remove log line when tracing is not configured

This commit is contained in:
Cory Schwartz 2021-05-26 10:45:04 -07:00
parent d7e36b9610
commit e24f24bc71

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
}