From ca12432a2acd2fd607e9fbea97fea3fb3f124678 Mon Sep 17 00:00:00 2001 From: Laurence Jones Date: Tue, 10 Jan 2023 10:05:18 +0000 Subject: [PATCH] Change patch to debug, if user has a local overide they will get informed every cscli call (#1980) --- pkg/yamlpatch/patcher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/yamlpatch/patcher.go b/pkg/yamlpatch/patcher.go index 300488e03..fb76b92e7 100644 --- a/pkg/yamlpatch/patcher.go +++ b/pkg/yamlpatch/patcher.go @@ -60,7 +60,7 @@ func (p *Patcher) MergedPatchContent() ([]byte, error) { return nil, err } if err == nil { - log.Infof("Patching yaml: '%s' with '%s'", p.BaseFilePath, p.PatchFilePath) + log.Debugf("Patching yaml: '%s' with '%s'", p.BaseFilePath, p.PatchFilePath) } var patched *bytes.Buffer