From 603f21d9bc7e28d5a514bfee5917c37acd050ee8 Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Sun, 11 Nov 2018 07:33:26 +0100 Subject: [PATCH] logs: drop dupe Branch created message --- lib/platform/github/storage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/platform/github/storage.js b/lib/platform/github/storage.js index ed086e8132..ca91722c73 100644 --- a/lib/platform/github/storage.js +++ b/lib/platform/github/storage.js @@ -295,7 +295,7 @@ class Storage { return 'updated'; } await createBranch(branchName, commit); - logger.info({ branch: branchName }, 'Branch created'); + logger.debug({ branch: branchName }, 'Branch created'); // istanbul ignore if if (branchList) { branchList.push(branchName); -- GitLab