Skip to content

Commit ef99b87

Browse files
authored
Merge pull request #992 from k8s-infra-cherrypick-robot/cherry-pick-991-to-release-1.22
[release-1.22] cleanup: add secret name in the log
2 parents 7a4846c + e7080f7 commit ef99b87

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
@@ -827,7 +827,7 @@ func (d *Driver) GetInfoFromSecret(ctx context.Context, secretName, secretNamesp
827827
spnClientID := strings.TrimSpace(string(secret.Data[storageSPNClientIDField][:]))
828828
spnTenantID := strings.TrimSpace(string(secret.Data[storageSPNTenantIDField][:]))
829829

830-
klog.V(4).Infof("got storage account(%s) from secret", accountName)
830+
klog.V(4).Infof("got storage account(%s) from secret(%s) namespace(%s)", accountName, secretName, secretNamespace)
831831
return accountName, accountKey, accountSasToken, msiSecret, spnClientSecret, spnClientID, spnTenantID, nil
832832
}
833833

0 commit comments

Comments
 (0)