Change patch to debug, if user has a local overide they will get informed every cscli call (#1980)

This commit is contained in:
Laurence Jones 2023-01-10 10:05:18 +00:00 committed by GitHub
parent d986ae0ee5
commit ca12432a2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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