Skip to content

Commit

Permalink
Report HAProxy version
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sevilla <[email protected]>
  • Loading branch information
rsevilla87 committed Sep 27, 2023
1 parent 794db75 commit f66fdc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/runner/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ func Start(uuid, baseUUID, baseIndex string, tolerancy int, indexer *indexers.In
return err
}
clusterMetadata.HAProxyVersion, err = getHAProxyVersion()
log.Infof("HAProxy version: %s", clusterMetadata.HAProxyVersion)
if err != nil {
return err
}
Expand Down

0 comments on commit f66fdc5

Please sign in to comment.