Skip to content

Commit

Permalink
Merge pull request #273 from leakingtapan/probe
Browse files Browse the repository at this point in the history
Increase log verbosity for probe call
  • Loading branch information
k8s-ci-robot committed Apr 7, 2019
2 parents 6235a2a + 8698cb6 commit e7efa03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/driver/identity.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ func (d *Driver) GetPluginCapabilities(ctx context.Context, req *csi.GetPluginCa
}

func (d *Driver) Probe(ctx context.Context, req *csi.ProbeRequest) (*csi.ProbeResponse, error) {
klog.V(4).Infof("Probe: called with args %+v", *req)
klog.V(6).Infof("Probe: called with args %+v", *req)
return &csi.ProbeResponse{}, nil
}

0 comments on commit e7efa03

Please sign in to comment.