Skip to content

Commit 86f01f3

Browse files
galexrttamalsaha
authored andcommitted
Log operator version on start (#253)
1 parent 4e29b70 commit 86f01f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ func NewCmdRun() *cobra.Command {
7373
log.Fatalln(err)
7474
}
7575

76-
log.Infoln("Starting operator...")
76+
log.Infof("Starting operator version %s+%s ...", v.Version.Version, v.Version.CommitHash)
7777
// Now let's start the controller
7878
stop := make(chan struct{})
7979
defer close(stop)

0 commit comments

Comments
 (0)