Skip to content
Snippets Groups Projects
Commit 018ad12a authored by Abubakr-Sadik Nii Nai Davis's avatar Abubakr-Sadik Nii Nai Davis
Browse files

Log benchmark definition file at verbosity level 1.

parent 73a37a0c
No related branches found
No related tags found
No related merge requests found
...@@ -51,8 +51,6 @@ func runChecks(t check.NodeType) { ...@@ -51,8 +51,6 @@ func runChecks(t check.NodeType) {
var err error var err error
var typeConf *viper.Viper var typeConf *viper.Viper
glog.V(1).Info(fmt.Sprintf("Using config file: %s\n", viper.ConfigFileUsed()))
switch t { switch t {
case check.MASTER: case check.MASTER:
file = masterFile file = masterFile
...@@ -91,6 +89,9 @@ func runChecks(t check.NodeType) { ...@@ -91,6 +89,9 @@ func runChecks(t check.NodeType) {
s = makeSubstitutions(s, "bin", binmap) s = makeSubstitutions(s, "bin", binmap)
s = makeSubstitutions(s, "conf", confmap) s = makeSubstitutions(s, "conf", confmap)
glog.V(1).Info(fmt.Sprintf("Using config file: %s\n", viper.ConfigFileUsed()))
glog.V(1).Info(fmt.Sprintf("Using benchmark file: %s\n", path))
controls, err := check.NewControls(t, []byte(s)) controls, err := check.NewControls(t, []byte(s))
if err != nil { if err != nil {
exitWithError(fmt.Errorf("error setting up %s controls: %v", t, err)) exitWithError(fmt.Errorf("error setting up %s controls: %v", t, err))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment