less verbose logs

This commit is contained in:
Chris Lu
2020-10-24 09:42:54 -07:00
parent 6c4fb243a7
commit e9d40b80b2
3 changed files with 4 additions and 3 deletions

View File

@@ -152,7 +152,7 @@ func (fs *FilerServer) lookupFileId(fileId string) (targetUrls []string, err err
func (fs *FilerServer) CreateEntry(ctx context.Context, req *filer_pb.CreateEntryRequest) (resp *filer_pb.CreateEntryResponse, err error) {
glog.V(4).Infof("CreateEntry %v", req)
glog.V(4).Infof("CreateEntry %v/%v", req.Directory, req.Entry.Name)
resp = &filer_pb.CreateEntryResponse{}