Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
disable logging of every span reported
Browse files Browse the repository at this point in the history
  • Loading branch information
Dieterbe committed Sep 8, 2017
1 parent 3057525 commit 736d2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/tracing.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func GetTracer(enabled bool, addr string) (opentracing.Tracer, io.Closer, error)
Param: 1,
},
Reporter: &jaegercfg.ReporterConfig{
LogSpans: true,
LogSpans: false,
LocalAgentHostPort: addr,
},
}
Expand Down

0 comments on commit 736d2db

Please sign in to comment.