Skip to content

Commit

Permalink
chore: change log level
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Sep 9, 2023
1 parent d56c13d commit 2c06531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/azurefile/nodeserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ func (d *Driver) NodeGetVolumeStats(ctx context.Context, req *csi.NodeGetVolumeS
}
if cache != nil {
resp := cache.(csi.NodeGetVolumeStatsResponse)
klog.V(5).Infof("NodeGetVolumeStats: volume stats for volume %s path %s is cached", req.VolumeId, req.VolumePath)
klog.V(6).Infof("NodeGetVolumeStats: volume stats for volume %s path %s is cached", req.VolumeId, req.VolumePath)
return &resp, nil
}

Expand Down

0 comments on commit 2c06531

Please sign in to comment.