mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-21 09:07:23 +08:00
add logging
This commit is contained in:
@@ -114,6 +114,7 @@ func GetEntry(ctx context.Context, filerClient FilerClient, fullFilePath string)
|
||||
|
||||
if resp.Entry != nil {
|
||||
entry = resp.Entry
|
||||
glog.V(3).Infof("read %s entry: %v", fullFilePath, entry)
|
||||
}
|
||||
|
||||
return nil
|
||||
|
Reference in New Issue
Block a user