Browse Source

less logs

pull/8292/head
Chris Lu 8 hours ago
parent
commit
4518dc1056
  1. 2
      weed/filer/filer.go

2
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)

Loading…
Cancel
Save