Skip to content

Commit 9c265cc

Browse files
authored
Merge pull request #669 from andyzhangx/add-logging
chore: add one logging for account hit in secret
2 parents c6d806a + 75c63fd commit 9c265cc

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)