From 6b0097a24b3e6e1851b4ccb2fa0d4330f2137ffe Mon Sep 17 00:00:00 2001 From: mmetc <92726601+mmetc@users.noreply.github.com> Date: Tue, 18 Oct 2022 10:32:54 +0200 Subject: [PATCH] change warning to debug when directories are missing in hub sync (#1819) --- pkg/cwhub/loader.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }