Skip to content

Commit 2e8de1b

Browse files
committed
Cleaning up misleading log long
1 parent 589d396 commit 2e8de1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/formats/otel/otel.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ func NewFormat(ctx context.Context, log logger.Underlying, cfg *ktranslate.OtelF
180180
jf.trapLog = ol
181181

182182
otelm = otel.Meter("ktranslate")
183-
jf.Infof("Running exporting via %s to %s. Blocking: %v", cfg.Protocol, cfg.Endpoint, cfg.NoBlockExport)
183+
jf.Infof("Running exporting via %s to %s. NoBlockExport: %v", cfg.Protocol, cfg.Endpoint, cfg.NoBlockExport)
184184

185185
return jf, nil
186186
}

0 commit comments

Comments
 (0)