Skip to content

Commit fb90a1c

Browse files
andyzhangxk8s-infra-cherrypick-robot
authored andcommitted
cleanup: do not print context in driver logs
1 parent fe73276 commit fb90a1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/blob/nodeserver.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,8 @@ func (d *Driver) NodeStageVolume(ctx context.Context, req *csi.NodeStageVolumeRe
412412
args = args + " " + opt
413413
}
414414

415-
klog.V(2).Infof("target %v\nprotocol %v\n\nvolumeId %v\ncontext %v\nmountflags %v mountOptions %v volumeMountGroup %s\nargs %v\nserverAddress %v",
416-
targetPath, protocol, volumeID, attrib, mountFlags, mountOptions, volumeMountGroup, args, serverAddress)
415+
klog.V(2).Infof("target %v\nprotocol %v\n\nvolumeId %v\nountflags %v mountOptions %v volumeMountGroup %s\nargs %v\nserverAddress %v",
416+
targetPath, protocol, volumeID, mountFlags, mountOptions, volumeMountGroup, args, serverAddress)
417417

418418
authEnv = append(authEnv, "AZURE_STORAGE_ACCOUNT="+accountName, "AZURE_STORAGE_BLOB_ENDPOINT="+serverAddress)
419419
if d.enableBlobMockMount {

0 commit comments

Comments
 (0)