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

logs: info not warn for docker registry 5xx

parent 8c3ab3e5
Branches
No related tags found
No related merge requests found
......@@ -173,7 +173,7 @@ async function getManifestResponse(registry, repository, tag) {
throw new Error('registry-failure');
}
if (err.statusCode >= 500 && err.statusCode < 600) {
logger.warn(
logger.info(
{
err,
registry,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment