Remove log line when tracing is not configured
This commit is contained in:
parent
d7e36b9610
commit
e24f24bc71
@ -56,7 +56,6 @@ func jaegerOptsFromEnv(opts *jaeger.Options) bool {
|
|||||||
log.Infof("jaeger traces will be sent to agent %s", opts.AgentEndpoint)
|
log.Infof("jaeger traces will be sent to agent %s", opts.AgentEndpoint)
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
log.Infof("jaeger tracing is not configured.")
|
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user