Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit 13d31e6

Browse files
committed
fix(log): switched to structured log
1 parent eafd6fa commit 13d31e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pkg/bucketclaim/bucketclaim.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ func (b *bucketClaimListener) Update(ctx context.Context, old, new *v1alpha1.Buc
9595

9696
// Delete processes a bucket for which bucket request is deleted
9797
func (b *bucketClaimListener) Delete(ctx context.Context, bucketClaim *v1alpha1.BucketClaim) error {
98-
klog.V(3).Infof("Delete BucketClaim",
98+
klog.V(3).Info("Delete BucketClaim",
9999
"name", bucketClaim.ObjectMeta.Name,
100100
"ns", bucketClaim.ObjectMeta.Namespace)
101101

0 commit comments

Comments
 (0)