logging consistency for .local files (#1655)

This commit is contained in:
Thibault "bui" Koechlin 2022-07-13 10:56:03 +02:00 committed by GitHub
parent 7b8cd63b04
commit bd91ddaf52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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