Skip to content

Commit

Permalink
Logs similar to kube-burner
Browse files Browse the repository at this point in the history
Signed-off-by: Supraja Manda <[email protected]>
  • Loading branch information
smanda99 committed Oct 15, 2024
1 parent 385352b commit 57da2c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/ocp.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ func openShiftCmd() *cobra.Command {
return
}
util.ConfigureLogging(cmd)
util.SetupLogging(workloadConfig.UUID)
if extract {
if err := workloads.ExtractWorkload(ocpConfig, configDir, cmd.Name(), "alerts.yml", "metrics.yml", "metrics-aggregated.yml", "metrics-report.yml"); err != nil {
log.Fatal(err.Error())
Expand Down

0 comments on commit 57da2c2

Please sign in to comment.