From e24f24bc71d20f80520d73b05e126a8de89cfb77 Mon Sep 17 00:00:00 2001 From: Cory Schwartz Date: Wed, 26 May 2021 10:45:04 -0700 Subject: [PATCH] Remove log line when tracing is not configured --- lib/tracing/setup.go | 1 - 1 file changed, 1 deletion(-) 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 }