Skip to content

Commit

Permalink
fix sqs logging
Browse files Browse the repository at this point in the history
  • Loading branch information
DumbBoi committed Mar 4, 2025
1 parent bd44f14 commit c306e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/filebeat/input/awss3/sqs_s3_event.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ func (r sqsProcessingResult) Done() {
return
}
p.metrics.sqsMessagesDeletedTotal.Inc()
p.log.Errorf("failed processing SQS message (message was deleted): %w", processingErr)
p.log.Errorf("failed processing SQS message (message was deleted): %v", processingErr.Error())
return
}

Expand Down

0 comments on commit c306e25

Please sign in to comment.