Skip to content

Commit

Permalink
switch to using the new Warn logging function
Browse files Browse the repository at this point in the history
  • Loading branch information
dubonzi committed Mar 24, 2023
1 parent 51b4be7 commit 6ae1616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/trace/simple_span_processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func NewSimpleSpanProcessor(exporter SpanExporter) SpanProcessor {
ssp := &simpleSpanProcessor{
exporter: exporter,
}
global.Info("SimpleSpanProcessor is not recommended for production use, consider using BatchSpanProcessor instead.")
global.Warn("SimpleSpanProcessor is not recommended for production use, consider using BatchSpanProcessor instead.")

return ssp
}
Expand Down

0 comments on commit 6ae1616

Please sign in to comment.