Skip to content

Commit 9480f68

Browse files
andyzhangxk8s-infra-cherrypick-robot
authored andcommitted
fix: refine logs
1 parent a860d33 commit 9480f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/blob/nodeserver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ func (d *Driver) NodePublishVolume(ctx context.Context, req *csi.NodePublishVolu
9999
setKeyValueInMap(context, getAccountKeyFromSecretField, trueValue)
100100
setKeyValueInMap(context, storageAccountField, "")
101101
}
102-
klog.V(2).Infof("NodePublishVolume: ephemeral volume(%s) mount on %s, VolumeContext: %v", volumeID, target, context)
102+
klog.V(2).Infof("NodePublishVolume: ephemeral volume(%s) mount on %s", volumeID, target)
103103
_, err := d.NodeStageVolume(ctx, &csi.NodeStageVolumeRequest{
104104
StagingTargetPath: target,
105105
VolumeContext: context,

0 commit comments

Comments
 (0)