diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-05-26 14:43:34 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-05-26 14:43:34 -0700 |
| commit | 921e0d500860615839673406a1e1fb8cd7542fe2 (patch) | |
| tree | 1097de0974025a56a6263257f9f08fe96521aa02 | |
| parent | 1a70cb9b631b95be1c0b07cb0e93e9e68be6ac23 (diff) | |
| download | seaweedfs-921e0d500860615839673406a1e1fb8cd7542fe2.tar.xz seaweedfs-921e0d500860615839673406a1e1fb8cd7542fe2.zip | |
remove verbose log
| -rw-r--r-- | weed/replication/source/filer_source.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/replication/source/filer_source.go b/weed/replication/source/filer_source.go index e2e3575dc..f94ad99dd 100644 --- a/weed/replication/source/filer_source.go +++ b/weed/replication/source/filer_source.go @@ -58,7 +58,6 @@ func (fs *FilerSource) LookupFileId(part string) (fileUrls []string, err error) err = fs.WithFilerClient(func(client filer_pb.SeaweedFilerClient) error { - glog.V(4).Infof("read lookup volume id locations: %v", vid) resp, err := client.LookupVolume(context.Background(), &filer_pb.LookupVolumeRequest{ VolumeIds: []string{vid}, }) |
