Skip to content

Commit

Permalink
fix(api): log typo (#3289)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxatome authored and fsamin committed Sep 4, 2018
1 parent e3a3710 commit d960fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/api/observability/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func Init(cfg Configuration, serviceName string) error {
traceEnable = true
var err error
if traceExporter == nil {
log.Info("observability> initializing jaegger exporter")
log.Info("observability> initializing jaeger exporter")
traceExporter, err = jaeger.NewExporter(jaeger.Options{
Endpoint: cfg.Exporter.Jaeger.HTTPCollectorEndpoint, //"http://localhost:14268"
ServiceName: serviceName, //"cds-tracing"
Expand Down

0 comments on commit d960fbd

Please sign in to comment.