Skip to content
Snippets Groups Projects
Commit 71433de9 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

logs: trace docker version list

parent 9d192ff0
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ async function getPackageUpdates(config) {
)
.filter(prefix => compareVersions(prefix, tagVersion) > 0);
}
logger.debug({ versionList }, 'upgrades versionList');
logger.trace({ versionList }, 'upgrades versionList');
const versionUpgrades = {};
for (const version of versionList) {
const paddedVersion = padRange(version);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment