Skip to content
Snippets Groups Projects
Unverified Commit d37eb1d6 authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

logs: debug new node releases

parent b5fdc678
No related branches found
Tags 32.204.4
No related merge requests found
...@@ -37,7 +37,7 @@ async function getPackageUpdates(config) { ...@@ -37,7 +37,7 @@ async function getPackageUpdates(config) {
process.env.GITHUB_ENDPOINT = endpoint; process.env.GITHUB_ENDPOINT = endpoint;
} }
if (newReleases.length) { if (newReleases.length) {
logger.info({ newReleases }, 'Found newer Node releases'); logger.debug({ newReleases }, 'Found newer Node releases');
} else { } else {
return []; return [];
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment