aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-09-22 22:11:49 -0700
committerChris Lu <chris.lu@gmail.com>2018-09-22 22:11:49 -0700
commitd3e1f20dccb2d29054351fb8f4a052acf30ad59d (patch)
tree7609cf852963a21d255f803e19c5190330ec719a
parent13d6a74eb29bcb8bd1348baecb379ecd408688b3 (diff)
downloadseaweedfs-d3e1f20dccb2d29054351fb8f4a052acf30ad59d.tar.xz
seaweedfs-d3e1f20dccb2d29054351fb8f4a052acf30ad59d.zip
adjust log level
-rw-r--r--weed/replication/sink/fetch_write.go2
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, "")