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

logs: info not warn for no packageFile content

parent 10fae47a
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ async function getManagerPackageFiles(config, managerConfig) {
});
}
} else {
logger.warn({ packageFile }, 'Found not content for packageFile');
logger.info({ packageFile }, 'packageFile has no content');
}
}
await postExtract(manager, packageFiles);
......
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