mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
logs: don’t log changelog headings
This commit is contained in:
parent
eccef72b52
commit
e7a9c0fe44
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ async function getReleaseNotesMd(repository, version) {
|
|||
}
|
||||
}
|
||||
}
|
||||
logger.debug({ repository }, `No level ${level} changelogs headings found`);
|
||||
logger.trace({ repository }, `No level ${level} changelogs headings found`);
|
||||
}
|
||||
logger.debug({ repository, version }, 'No entry found in CHANGELOG.md');
|
||||
return null;
|
||||
|
|
Loading…
Reference in a new issue