Skip to content

Commit 4ec9727

Browse files
committed
Do Not Merge: Increase verbosity to observe CI logs
1 parent 5741a2c commit 4ec9727

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/cvo/metrics.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ func getAPIServerTLSProfile(apiServerLister configlistersv1.APIServerLister, las
157157

158158
// Check if the cached profile is still valid based on generation
159159
if lastValidProfile != nil && lastValidProfile.generation == apiServer.Generation {
160-
klog.V(4).Info("Using cached TLS profile (generation unchanged)")
160+
klog.V(2).Info("Using cached TLS profile (generation unchanged)")
161161
return lastValidProfile, nil
162162
}
163163

@@ -176,7 +176,7 @@ func getAPIServerTLSProfile(apiServerLister configlistersv1.APIServerLister, las
176176
}
177177

178178
if lastValidProfile != nil && lastValidProfile.isEqual(&profile) {
179-
klog.V(4).Info("TLS profile spec unchanged despite generation bump, updating generation")
179+
klog.V(2).Info("TLS profile spec unchanged despite generation bump, updating generation")
180180
return &cachedTLSProfile{
181181
spec: &profile,
182182
apply: lastValidProfile.apply,

0 commit comments

Comments
 (0)