Skip to content

Commit d8e38fd

Browse files
authored
Merge pull request #1983 from k8s-infra-cherrypick-robot/cherry-pick-1981-to-release-1.29
[release-1.29] cleanup: refine logs
2 parents 2d4759b + 27e100c commit d8e38fd

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)