1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-09-19 15:31:05 +02:00

adjust log level for deletes

This commit is contained in:
Chris Lu 2018-10-15 00:39:56 -07:00
parent 8301519fb0
commit f9410bcaa7

View file

@ -55,7 +55,7 @@ func (vs *VolumeServer) DeleteHandler(w http.ResponseWriter, r *http.Request) {
volumeId, _ := storage.NewVolumeId(vid)
n.ParsePath(fid)
glog.V(2).Infof("volume %s deleting %s", vid, n)
// glog.V(2).Infof("volume %s deleting %s", vid, n)
cookie := n.Cookie