Skip to content

Commit

Permalink
Merge pull request #6334 from filecoin-project/del-tracing-log-line
Browse files Browse the repository at this point in the history
Remove log line when tracing is not configured
  • Loading branch information
magik6k authored May 26, 2021
2 parents d7e36b9 + e24f24b commit 3cdd06b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/tracing/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 3cdd06b

Please sign in to comment.