Skip to content

Commit 294315b

Browse files
committed
Bump TraceAll log level to v=10
1 parent baa0b92 commit 294315b

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)