diff --git a/pkg/cwhub/loader.go b/pkg/cwhub/loader.go index dd9df3b6e..5ba322292 100644 --- a/pkg/cwhub/loader.go +++ b/pkg/cwhub/loader.go @@ -29,7 +29,7 @@ func parser_visit(path string, f os.DirEntry, err error) error { var stage string if err != nil { - log.Warningf("error while syncing hub dir: %v", err) + log.Debugf("while syncing hub dir: %s", err) // there is a path error, we ignore the file return nil }