aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-01-24 17:26:18 -0800
committerChris Lu <chris.lu@gmail.com>2020-01-24 17:26:18 -0800
commit6107509c64adca478066fc881718d75b1e927465 (patch)
treef9b362e5546c63c8f8b5e1a3ac5592efd34c989c
parente6f9f5da3a7fc9dfcd0363a98f1977c1578b00d2 (diff)
downloadseaweedfs-6107509c64adca478066fc881718d75b1e927465.tar.xz
seaweedfs-6107509c64adca478066fc881718d75b1e927465.zip
adjust logging
-rw-r--r--weed/filer2/filer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/filer2/filer.go b/weed/filer2/filer.go
index 96a010fce..5afb2b255 100644
--- a/weed/filer2/filer.go
+++ b/weed/filer2/filer.go
@@ -96,7 +96,7 @@ func (f *Filer) CreateEntry(ctx context.Context, entry *Entry, o_excl bool) erro
glog.V(4).Infof("find uncached directory: %s", dirPath)
dirEntry, _ = f.FindEntry(ctx, FullPath(dirPath))
} else {
- glog.V(4).Infof("found cached directory: %s", dirPath)
+ // glog.V(4).Infof("found cached directory: %s", dirPath)
}
// no such existing directory