Skip to content

Commit

Permalink
fix rows_deleted log
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirms committed Aug 13, 2024
1 parent 6972b04 commit a39f734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/horizon/internal/ingest/reap.go
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ func (r *lookupTableReaper) deleteOrphanedRows(ctx context.Context) error {

r.logger.WithField("table", table).
WithField("offset", offset).
WithField(table+"rows_deleted", rowsDeleted).
WithField("rows_deleted", rowsDeleted).
WithField("query_duration", queryDuration.Seconds()).
WithField("delete_duration", deleteDuration.Seconds()).
Info("Reaper deleted rows from lookup tables")
Expand Down

0 comments on commit a39f734

Please sign in to comment.