Skip to content

Commit c085c19

Browse files
andyzhangxk8s-infra-cherrypick-robot
authored and
k8s-infra-cherrypick-robot
committed
cleanup: do not print context in driver logs
1 parent 2cb44b1 commit c085c19

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
@@ -304,7 +304,7 @@ func (d *Driver) NodeStageVolume(ctx context.Context, req *csi.NodeStageVolumeRe
304304
}
305305
}
306306

307-
klog.V(2).Infof("cifsMountPath(%v) fstype(%v) volumeID(%v) context(%v) mountflags(%v) mountOptions(%v) volumeMountGroup(%s)", cifsMountPath, fsType, volumeID, context, mountFlags, mountOptions, volumeMountGroup)
307+
klog.V(2).Infof("cifsMountPath(%v) fstype(%v) volumeID(%v) mountflags(%v) mountOptions(%v) volumeMountGroup(%s)", cifsMountPath, fsType, volumeID, mountFlags, mountOptions, volumeMountGroup)
308308

309309
isDirMounted, err := d.ensureMountPoint(cifsMountPath, os.FileMode(mountPermissions))
310310
if err != nil {

0 commit comments

Comments
 (0)