From 4518dc105676172d20696f7710ac46357526b3c7 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 10 Feb 2026 17:55:56 -0800 Subject: [PATCH] less logs --- weed/filer/filer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weed/filer/filer.go b/weed/filer/filer.go index 8c9bf57eb..042400c74 100644 --- a/weed/filer/filer.go +++ b/weed/filer/filer.go @@ -303,7 +303,7 @@ func (f *Filer) ensureParentDirectoryEntry(ctx context.Context, entry *Entry, di }, } if isUnderBuckets && level > 3 { - glog.InfofCtx(ctx, "ensureParentDirectoryEntry: auto-created parent directory %s", dirPath) + // Parent directories under buckets are created automatically; no additional logging. } glog.V(2).InfofCtx(ctx, "create directory: %s %v", dirPath, dirEntry.Mode)