aboutsummaryrefslogtreecommitdiff
path: root/weed/command/filer_replication.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-09-19 22:31:45 -0700
committerChris Lu <chris.lu@gmail.com>2018-09-19 22:31:45 -0700
commitd5149e592e88058529dcee0133bfe6d5fe48617d (patch)
treed564e8a48721f0926152af6749977da21c140d24 /weed/command/filer_replication.go
parentd9b32db8d7c81f2bbf10499098220a81b846d24a (diff)
downloadseaweedfs-d5149e592e88058529dcee0133bfe6d5fe48617d.tar.xz
seaweedfs-d5149e592e88058529dcee0133bfe6d5fe48617d.zip
add logging on kafka reading
Diffstat (limited to 'weed/command/filer_replication.go')
-rw-r--r--weed/command/filer_replication.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/command/filer_replication.go b/weed/command/filer_replication.go
index 5fef89fc8..967577c72 100644
--- a/weed/command/filer_replication.go
+++ b/weed/command/filer_replication.go
@@ -52,6 +52,7 @@ func runFilerReplicate(cmd *Command, args []string) bool {
glog.Errorf("receive %s: %+v", key, err)
continue
}
+ glog.V(1).Infof("processing file: %s", key)
if err = replicator.Replicate(key, m); err != nil {
glog.Errorf("replicate %s: %+v", key, err)
}