From f63a882cc788162e1b4fb91e62e6556ca93a1e0f Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@arkins.net>
Date: Wed, 16 May 2018 06:37:01 +0200
Subject: [PATCH] logs: trace getFile

---
 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 2e5952672f..dba2a4c54d 100644
--- a/lib/platform/github/index.js
+++ b/lib/platform/github/index.js
@@ -1083,7 +1083,7 @@ async function mergePr(prNo, branchName) {
 // Generic File operations
 
 async function getFile(filePath, branchName) {
-  logger.debug(`getFile(filePath=${filePath}, branchName=${branchName})`);
+  logger.trace(`getFile(filePath=${filePath}, branchName=${branchName})`);
   if (!branchName || branchName === config.baseBranch) {
     if (!config.fileList.includes(filePath)) {
       return null;
-- 
GitLab