From b080d1ed7e16c33cca8f5771394e9b629ae0834f Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@arkins.net>
Date: Sat, 15 Feb 2020 17:49:41 +0100
Subject: [PATCH] =?UTF-8?q?logs:=20don=E2=80=99t=20log=20docker=20manifest?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 lib/datasource/docker/index.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/datasource/docker/index.ts b/lib/datasource/docker/index.ts
index a0af28d1ed..8a2c24c908 100644
--- a/lib/datasource/docker/index.ts
+++ b/lib/datasource/docker/index.ts
@@ -495,7 +495,7 @@ async function getLabels(
     // istanbul ignore if
     if (manifest.schemaVersion !== 2) {
       logger.debug(
-        { registry, dockerRepository: repository, tag, manifest },
+        { registry, dockerRepository: repository, tag },
         'Manifest schema version is not 2'
       );
       return {};
-- 
GitLab