Skip to content

Commit

Permalink
Merge pull request #1478 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…1476-to-release-1.23

[release-1.23] cleanup: refine logs
  • Loading branch information
andyzhangx authored Jul 14, 2024
2 parents a28f2b1 + 9480f68 commit 920e1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/blob/nodeserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func (d *Driver) NodePublishVolume(ctx context.Context, req *csi.NodePublishVolu
setKeyValueInMap(context, getAccountKeyFromSecretField, trueValue)
setKeyValueInMap(context, storageAccountField, "")
}
klog.V(2).Infof("NodePublishVolume: ephemeral volume(%s) mount on %s, VolumeContext: %v", volumeID, target, context)
klog.V(2).Infof("NodePublishVolume: ephemeral volume(%s) mount on %s", volumeID, target)
_, err := d.NodeStageVolume(ctx, &csi.NodeStageVolumeRequest{
StagingTargetPath: target,
VolumeContext: context,
Expand Down

0 comments on commit 920e1c7

Please sign in to comment.