Skip to content

Commit

Permalink
Fixes logging of tracing option in CLI (argoproj#2819)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec authored Dec 5, 2019
1 parent cb4898a commit 9b679ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion util/tracing/span.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ var logger = log.New()

func init() {
enabled = os.Getenv("ARGOCD_TRACING_ENABLED") == "1"
logger.Infof("tracing enabled=%v", enabled)
}

type Span struct {
Expand Down

0 comments on commit 9b679ff

Please sign in to comment.