Skip to content

Commit

Permalink
feat(buildtsi): Adds log for rebuild TSI completion (#25576) (#25577)
Browse files Browse the repository at this point in the history
(cherry-picked from 75eb209)

closes influxdata/feature-requests#612

(cherry picked from commit edbb557)
  • Loading branch information
devanbenz authored Nov 21, 2024
1 parent 78e1d77 commit aae5123
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/influxd/inspect/build_tsi/build_tsi.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ Are you sure you want to continue?`); !confirmed {
}
}

buildTSICmd.Logger.Info("TSI rebuild completed successfully!")
return nil

}
Expand Down

0 comments on commit aae5123

Please sign in to comment.