Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tracing/tracer.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ type Tracer struct {
// and the error will be logged if logger is non-nil.
func InitGlobalTracer(cfg Config) error {
if internalv2compat.V2TracingEnabled() {
cfg.Logger.Log(context.Background(), `v2 tracing is enabled; skipping v0 tracer configuration`)
log.Info(`v2 tracing is enabled; skipping v0 tracer configuration`)
return nil
}
var tracer Tracer
Expand Down
Loading