Skip to content

Commit 3d079a1

Browse files
authored
Revert full failed insert statement logging (#1356)
1 parent e4ee330 commit 3d079a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

platform/ingest/processor.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,6 @@ func (ip *IngestProcessor) executeStatements(ctx context.Context, queries []stri
878878

879879
err := ip.execute(ctx, q)
880880
if err != nil {
881-
logger.DebugWithCtx(ctx).Msgf("error=[%v] while executing statement=[%s]", err, q)
882881
logger.ErrorWithCtx(ctx).Msgf("error executing statement: %v", err)
883882
return err
884883
}

0 commit comments

Comments
 (0)