Skip to content

Commit e7080f7

Browse files
andyzhangxk8s-infra-cherrypick-robot
authored andcommitted
cleanup: add secret name in the log
1 parent 7a4846c commit e7080f7

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)