diff --git a/lib/tracing/setup.go b/lib/tracing/setup.go index 1ace962e5..b8c0399ad 100644 --- a/lib/tracing/setup.go +++ b/lib/tracing/setup.go @@ -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 }