From 6107509c64adca478066fc881718d75b1e927465 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 24 Jan 2020 17:26:18 -0800 Subject: [PATCH] adjust logging --- weed/filer2/filer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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