Skip to content

Commit

Permalink
kube-burner-ocp Logs
Browse files Browse the repository at this point in the history
  • Loading branch information
smanda99 committed Oct 16, 2024
1 parent 95a8ab6 commit 707ff7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ocp.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func openShiftCmd() *cobra.Command {
return
}
util.ConfigureLogging(cmd)
util.SetupLogging(workloadConfig.UUID)
util.SetupLogging("ocp-"+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 707ff7e

Please sign in to comment.