From 5dfe14b71cb08601e36ee3a98f107e3941fbbc63 Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Wed, 9 May 2018 18:44:41 +0200 Subject: [PATCH] logs: less getPrList --- lib/platform/github/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/platform/github/index.js b/lib/platform/github/index.js index abace5fd02..c77a7fe4fc 100644 --- a/lib/platform/github/index.js +++ b/lib/platform/github/index.js @@ -787,7 +787,7 @@ async function ensureCommentRemoval(issueNo, topic) { // Pull Request async function getPrList() { - logger.debug('getPrList()'); + logger.trace('getPrList()'); if (!config.prList) { logger.debug('Retrieving PR list'); const res = await get( -- GitLab