Skip to content

Commit f743f84

Browse files
Merge pull request #1814 from lance5890/bump_TraceAll_logLevel
NO-ISSUE: Bump TraceAll log level to v=10
2 parents baa0b92 + 294315b commit f743f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/operator/targetconfigcontroller/targetconfigcontroller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ func manageTemplate(rawTemplate string, imagePullSpec string, operatorImagePullS
567567
case operatorv1.Trace:
568568
verbosity = fmt.Sprintf(" -v=%d", 6)
569569
case operatorv1.TraceAll:
570-
verbosity = fmt.Sprintf(" -v=%d", 8)
570+
verbosity = fmt.Sprintf(" -v=%d", 10)
571571
default:
572572
verbosity = fmt.Sprintf(" -v=%d", 2)
573573
}

0 commit comments

Comments
 (0)