Skip to content

Commit 69cca0d

Browse files
committed
cleanup: add secret name in the log
1 parent e488183 commit 69cca0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/blob/blob.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ func (d *Driver) GetStorageAccountFromSecret(secretName, secretNamespace string)
755755
accountName := strings.TrimSpace(string(secret.Data[defaultSecretAccountName][:]))
756756
accountKey := strings.TrimSpace(string(secret.Data[defaultSecretAccountKey][:]))
757757

758-
klog.V(4).Infof("got storage account(%s) from secret", accountName)
758+
klog.V(4).Infof("got storage account(%s) from secret(%s) namespace(%s)", accountName, secretName, secretNamespace)
759759
return accountName, accountKey, nil
760760
}
761761

0 commit comments

Comments
 (0)