Skip to content

Commit

Permalink
controllers: default log verbosity for csi containers should be 5
Browse files Browse the repository at this point in the history
Signed-off-by: Leela Venkaiah G <[email protected]>
  • Loading branch information
leelavg authored and openshift-cherrypick-robot committed Sep 18, 2024
1 parent 5a732f5 commit da110b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/templates/csi.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ const CSIOperatorConfigName = "ceph-csi-operator-config"
var CSIOperatorConfigSpec = csiopv1a1.OperatorConfigSpec{
DriverSpecDefaults: &csiopv1a1.DriverSpec{
Log: &csiopv1a1.LogSpec{
Verbosity: 5,
Rotation: &csiopv1a1.LogRotationSpec{
Periodicity: csiopv1a1.DailyPeriod,
MaxLogSize: resource.MustParse("500M"),
Expand Down

0 comments on commit da110b1

Please sign in to comment.