Skip to content

Commit 3951e9e

Browse files
authored
Merge pull request #993 from k8s-infra-cherrypick-robot/cherry-pick-991-to-release-1.21
[release-1.21] cleanup: add secret name in the log
2 parents 320e7af + 2044e2a commit 3951e9e

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

818-
klog.V(4).Infof("got storage account(%s) from secret", accountName)
818+
klog.V(4).Infof("got storage account(%s) from secret(%s) namespace(%s)", accountName, secretName, secretNamespace)
819819
return accountName, accountKey, accountSasToken, msiSecret, spnClientSecret, spnClientID, spnTenantID, nil
820820
}
821821

0 commit comments

Comments
 (0)