Skip to content

Commit 75c63fd

Browse files
committed
chore: add one logging for secret hit
1 parent c6d806a commit 75c63fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/blob/blob.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -688,6 +688,8 @@ func (d *Driver) GetStorageAccountFromSecret(secretName, secretNamespace string)
688688

689689
accountName := strings.TrimSpace(string(secret.Data[defaultSecretAccountName][:]))
690690
accountKey := strings.TrimSpace(string(secret.Data[defaultSecretAccountKey][:]))
691+
692+
klog.V(4).Infof("got storage account(%s) from secret", accountName)
691693
return accountName, accountKey, nil
692694
}
693695

0 commit comments

Comments
 (0)