forked from Ivasoft/traefik
fix: Datadog case.
This commit is contained in:
committed by
Traefiker Bot
parent
259c7adc81
commit
306e5081d9
@@ -63,7 +63,7 @@ func (c *Config) Setup(serviceName string) (opentracing.Tracer, io.Closer, error
|
||||
// Without this, child spans are getting the NOOP tracer
|
||||
opentracing.SetGlobalTracer(tracer)
|
||||
|
||||
log.WithoutContext().Debug("DataDog tracer configured")
|
||||
log.WithoutContext().Debug("haystack tracer configured")
|
||||
|
||||
return tracer, closer, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user