mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-07-31 19:17:30 +08:00
remove verbose logs
This commit is contained in:
parent
38f411219a
commit
5753749c90
@ -267,7 +267,7 @@ func (file *File) maybeLoadEntry(ctx context.Context) (entry *filer_pb.Entry, er
|
|||||||
file.wfs.handlesLock.Unlock()
|
file.wfs.handlesLock.Unlock()
|
||||||
entry = file.entry
|
entry = file.entry
|
||||||
if found {
|
if found {
|
||||||
glog.V(4).Infof("maybeLoadEntry found opened file %s/%s: %v %v", file.dir.FullPath(), file.Name, handle.f.entry, entry)
|
glog.V(4).Infof("maybeLoadEntry found opened file %s/%s", file.dir.FullPath(), file.Name)
|
||||||
entry = handle.f.entry
|
entry = handle.f.entry
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user