We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e4178a commit c8af3e9Copy full SHA for c8af3e9
1 file changed
tracing/tracer.go
@@ -85,7 +85,7 @@ type Tracer struct {
85
// and the error will be logged if logger is non-nil.
86
func InitGlobalTracer(cfg Config) error {
87
if internalv2compat.V2TracingEnabled() {
88
- cfg.Logger.Log(context.Background(), `v2 tracing is enabled; skipping v0 tracer configuration`)
+ log.Info(`v2 tracing is enabled; skipping v0 tracer configuration`)
89
return nil
90
}
91
var tracer Tracer
0 commit comments