Change patch to debug, if user has a local overide they will get informed every cscli call (#1980)
This commit is contained in:
parent
d986ae0ee5
commit
ca12432a2a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue