We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d4759b + 27e100c commit d8e38fdCopy full SHA for d8e38fd
pkg/azurefile/nodeserver.go
@@ -79,7 +79,7 @@ func (d *Driver) NodePublishVolume(ctx context.Context, req *csi.NodePublishVolu
79
setKeyValueInMap(context, getAccountKeyFromSecretField, trueValue)
80
setKeyValueInMap(context, storageAccountField, "")
81
}
82
- 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)
83
_, err := d.NodeStageVolume(ctx, &csi.NodeStageVolumeRequest{
84
StagingTargetPath: target,
85
VolumeContext: context,
0 commit comments