logging consistency for .local files (#1655)
This commit is contained in:
parent
7b8cd63b04
commit
bd91ddaf52
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ func (p *Patcher) PrependedPatchContent() ([]byte, error) {
|
|||
if err = decodeDocuments(patchFile, &result, true); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
log.Infof("Prepending yaml: '%s' with '%s'", p.BaseFilePath, p.PatchFilePath)
|
||||
}
|
||||
|
||||
baseFile, err = os.Open(p.BaseFilePath)
|
||||
|
|
Loading…
Add table
Reference in a new issue