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

logs: info not warn for github retrieval problem

parent 8b279fd3
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ async function getDependency(repo, options = {}) {
);
}
} catch (err) {
logger.warn(
logger.info(
{ repo, err, message: err.message },
'Error retrieving from github'
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment