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

logs: don’t warn for labels internal errors

parent efe102d7
No related merge requests found
...@@ -569,7 +569,7 @@ async function getLabels( ...@@ -569,7 +569,7 @@ async function getLabels(
) { ) {
logger.warn({ err }, 'docker registry failure: too many requests'); logger.warn({ err }, 'docker registry failure: too many requests');
} else if (err.statusCode >= 500 && err.statusCode < 600) { } else if (err.statusCode >= 500 && err.statusCode < 600) {
logger.warn( logger.debug(
{ {
err, err,
registry, registry,
......
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