diff options
| author | Chris Lu <chris.lu@gmail.com> | 2018-09-22 22:11:49 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2018-09-22 22:11:49 -0700 |
| commit | d3e1f20dccb2d29054351fb8f4a052acf30ad59d (patch) | |
| tree | 7609cf852963a21d255f803e19c5190330ec719a | |
| parent | 13d6a74eb29bcb8bd1348baecb379ecd408688b3 (diff) | |
| download | seaweedfs-d3e1f20dccb2d29054351fb8f4a052acf30ad59d.tar.xz seaweedfs-d3e1f20dccb2d29054351fb8f4a052acf30ad59d.zip | |
adjust log level
| -rw-r--r-- | weed/replication/sink/fetch_write.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/replication/sink/fetch_write.go b/weed/replication/sink/fetch_write.go index 4408a712e..ef7c201c9 100644 --- a/weed/replication/sink/fetch_write.go +++ b/weed/replication/sink/fetch_write.go @@ -85,7 +85,7 @@ func (fs *FilerSink) fetchAndWrite(sourceChunk *filer_pb.FileChunk) (fileId stri fileUrl := fmt.Sprintf("http://%s/%s", host, fileId) - glog.V(3).Infof("replicating %s to %s header:%+v", filename, fileUrl, header) + glog.V(4).Infof("replicating %s to %s header:%+v", filename, fileUrl, header) uploadResult, err := operation.Upload(fileUrl, filename, readCloser, "gzip" == header.Get("Content-Encoding"), header.Get("Content-Type"), nil, "") |
