diff --git a/weed/filer/elastic/v7/elastic_store.go b/weed/filer/elastic/v7/elastic_store.go index 6e0a6b8ab..b0eff7c5d 100644 --- a/weed/filer/elastic/v7/elastic_store.go +++ b/weed/filer/elastic/v7/elastic_store.go @@ -261,7 +261,7 @@ func (store *ElasticStore) listDirectoryEntries( resEachEntryFunc, resEachEntryFuncErr := eachEntryFunc(esEntry.Entry) if resEachEntryFuncErr != nil { - glog.V(0).InfofCtx(ctx, "failed to process eachEntryFunc for entry %q: %v", fileName, resEachEntryFuncErr) + glog.ErrorfCtx(ctx, "failed to process eachEntryFunc for entry %q: %v", fileName, resEachEntryFuncErr) return lastFileName, fmt.Errorf("failed to process eachEntryFunc: %w", resEachEntryFuncErr) }