Skip to content

Commit

Permalink
Set message deleted log to debug (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
mircobordoni authored Dec 23, 2022
1 parent 72fc8b0 commit b327f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consumer.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func (c *Consumer) delete(ctx context.Context, m *Message) error {
log.WithError(err).Error("error removing message")
return fmt.Errorf("unable to delete message from the queue: %w", err)
}
log.Info("message deleted")
log.Debug("message deleted")
return nil
}

Expand Down

0 comments on commit b327f0a

Please sign in to comment.