Skip to content

Commit aae5123

Browse files
authored
feat(buildtsi): Adds log for rebuild TSI completion (#25576) (#25577)
(cherry-picked from 75eb209) closes influxdata/feature-requests#612 (cherry picked from commit edbb557)
1 parent 78e1d77 commit aae5123

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/influxd/inspect/build_tsi/build_tsi.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ Are you sure you want to continue?`); !confirmed {
167167
}
168168
}
169169

170+
buildTSICmd.Logger.Info("TSI rebuild completed successfully!")
170171
return nil
171172

172173
}

0 commit comments

Comments
 (0)