Skip to content

Commit 348f7c8

Browse files
committed
PR feedback
1 parent ed999ba commit 348f7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/collector/nginxossreceiver/internal/scraper/accesslog/nginx_log_scraper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ func (nls *NginxLogScraper) Start(parentCtx context.Context, _ component.Host) e
123123
for _, pipe := range nls.pipes {
124124
startError := pipe.Start(storage.NewNopClient())
125125
if startError != nil {
126-
nls.logger.Error("Error starting pipeline", zap.Any("error", startError), zap.Any("operator_id", pipe.Operators()[0].ID()))
126+
nls.logger.Error("Error starting pipeline", zap.Any("error", startError))
127127
}
128128
}
129129

0 commit comments

Comments
 (0)