mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-24 01:38:43 +00:00
Fixes logging of tracing option in CLI (#2819)
This commit is contained in:
parent
cb4898acb5
commit
9b679ffa75
1 changed files with 0 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue