Control logs verbosity in resource gatherer

This commit is contained in:
Shyam Jeedigunta
2017-11-17 12:58:13 +01:00
parent ad750b60b2
commit fce28995e1
3 changed files with 9 additions and 2 deletions

View File

@@ -207,6 +207,7 @@ func (f *Framework) BeforeEach() {
MasterOnly: TestContext.GatherKubeSystemResourceUsageData == "master",
ResourceDataGatheringPeriod: 60 * time.Second,
ProbeDuration: 15 * time.Second,
PrintVerboseLogs: false,
}, nil)
if err != nil {
Logf("Error while creating NewResourceUsageGatherer: %v", err)