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

refactor: downgrade docker warn to info

parent 6f54ef53
Branches master
No related tags found
No related merge requests found
......@@ -148,7 +148,7 @@ async function getTags(registry, name) {
logger.debug({ err });
return null;
}
logger.warn({ err, name }, 'Error getting docker image tags');
logger.info({ err, name }, 'Warning: Error getting docker image tags');
return null;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment