remove println
This commit is contained in:
parent
280fbdda84
commit
1230538295
@ -2,7 +2,6 @@ package gelfexporter
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"fmt"
|
|
||||||
"sync"
|
"sync"
|
||||||
|
|
||||||
"git.ma-al.com/maal-libraries/observer/pkg/attr"
|
"git.ma-al.com/maal-libraries/observer/pkg/attr"
|
||||||
@ -105,7 +104,6 @@ func (e *Exporter) ExportSpans(ctx context.Context, spans []trace.ReadOnlySpan)
|
|||||||
|
|
||||||
gelf.ExtraFields = attributes
|
gelf.ExtraFields = attributes
|
||||||
gelf.ExtraFields["tag"] = e.tag
|
gelf.ExtraFields["tag"] = e.tag
|
||||||
fmt.Printf("gelf.ExtraFields: %v\n", gelf.ExtraFields)
|
|
||||||
Log(e.gelfWriter, gelf)
|
Log(e.gelfWriter, gelf)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user