Skip to content

Commit 188ea51

Browse files
09harshharsh maheshwari
andauthored
updating logging level from debug to info (#2011)
Co-authored-by: harsh maheshwari <[email protected]>
1 parent 5b2a6e9 commit 188ea51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/remove_process_groups.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ func removeProcessGroup(ctx context.Context, r *FoundationDBClusterReconciler, c
164164
return err
165165
}
166166
if len(pvcs.Items) == 1 && pvcs.Items[0].DeletionTimestamp.IsZero() {
167-
logr.FromContextOrDiscard(ctx).V(1).Info("Deleting pvc", "name", pvcs.Items[0].Name)
167+
logr.FromContextOrDiscard(ctx).Info("Deleting pvc", "name", pvcs.Items[0].Name)
168168
err = r.Delete(ctx, &pvcs.Items[0])
169169
if err != nil {
170170
deletionError = errors.Join(deletionError, fmt.Errorf("could not delete PVC: %w", err))

0 commit comments

Comments
 (0)