From 1f346cd50f3692c61b6470251137ee3a083493ce Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@arkins.net>
Date: Mon, 24 Feb 2020 12:31:06 +0100
Subject: [PATCH] logs: debug blocking merge PR

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

diff --git a/lib/workers/branch/index.ts b/lib/workers/branch/index.ts
index d586612c13..d298ff2370 100644
--- a/lib/workers/branch/index.ts
+++ b/lib/workers/branch/index.ts
@@ -135,7 +135,7 @@ export async function processBranch(
           }
         }
       } else if (existingPr.state === 'merged') {
-        logger.info(
+        logger.debug(
           { pr: existingPr.number },
           'Merged PR is blocking this branch'
         );
-- 
GitLab