Skip to content

Commit 3f595e0

Browse files
committed
drop before merging
1 parent 2dd7e53 commit 3f595e0

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
@@ -154,7 +154,7 @@ func getAPIServerTLSProfile(apiServerLister configlistersv1.APIServerLister, las
154154

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

@@ -165,7 +165,7 @@ func getAPIServerTLSProfile(apiServerLister configlistersv1.APIServerLister, las
165165
}
166166

167167
if lastValidProfile != nil && lastValidProfile.isEqual(&profile) {
168-
klog.V(4).Info("TLS profile spec unchanged despite generation bump, updating generation")
168+
klog.V(2).Info("TLS profile spec unchanged despite generation bump, updating generation")
169169
return &cachedTLSProfile{
170170
spec: profile,
171171
apply: lastValidProfile.apply,

0 commit comments

Comments
 (0)