Skip to content

Commit c6f0fa3

Browse files
tongossdmathieu
andcommitted
Update exporters/otlp/otlplog/otlploghttp/config.go
Apply the suggested changes Co-authored-by: Damien Mathieu <[email protected]>
1 parent 9cbacc6 commit c6f0fa3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

exporters/otlp/otlplog/otlploghttp/config.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,6 @@ func convHeaders(s string) (map[string]string, error) {
556556
// Only decode the value.
557557
escVal, e := url.PathUnescape(rawVal)
558558
if e != nil {
559-
global.Error(e, "escape header value", "value", rawVal)
560559
err = errors.Join(err, fmt.Errorf("invalid header value: %s", rawVal))
561560
continue
562561
}

0 commit comments

Comments
 (0)