1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-07 09:37:49 +02:00

less logs

This commit is contained in:
chrislu 2022-02-16 08:45:07 -08:00
parent a6bc67c34c
commit 118d0e01a8

View file

@ -65,7 +65,7 @@ func (wfs *WFS) Mkdir(cancel <-chan struct{}, in *fuse.MkdirIn, name string, out
return nil
})
glog.V(0).Infof("mkdir %s: %v", entryFullPath, err)
glog.V(3).Infof("mkdir %s: %v", entryFullPath, err)
if err != nil {
return fuse.EIO