Skip to content

Commit 27e100c

Browse files
andyzhangxk8s-infra-cherrypick-robot
authored and
k8s-infra-cherrypick-robot
committed
fix: refine logs
1 parent dfa2808 commit 27e100c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/azurefile/nodeserver.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ func (d *Driver) NodePublishVolume(ctx context.Context, req *csi.NodePublishVolu
7979
setKeyValueInMap(context, getAccountKeyFromSecretField, trueValue)
8080
setKeyValueInMap(context, storageAccountField, "")
8181
}
82-
klog.V(2).Infof("NodePublishVolume: ephemeral volume(%s) mount on %s, VolumeContext: %v", volumeID, target, context)
82+
klog.V(2).Infof("NodePublishVolume: ephemeral volume(%s) mount on %s", volumeID, target)
8383
_, err := d.NodeStageVolume(ctx, &csi.NodeStageVolumeRequest{
8484
StagingTargetPath: target,
8585
VolumeContext: context,

0 commit comments

Comments
 (0)