diff --git a/lib/platform/github/index.js b/lib/platform/github/index.js
index 74141ed0f8eda3adb81e3423d79fa81bee3d8c2c..6dd7b184312d0813a9c1f831655b0fb42350c144 100644
--- a/lib/platform/github/index.js
+++ b/lib/platform/github/index.js
@@ -843,7 +843,6 @@ async function getPr(prNo) {
     if (pr.commits === 1) {
       if (config.gitAuthor) {
         // Check against gitAuthor
-        logger.debug('Checking all commits');
         const commitAuthorEmail = (await get(
           `repos/${config.parentRepo ||
             config.repository}/pulls/${prNo}/commits`
diff --git a/lib/workers/repository/process/lookup/index.js b/lib/workers/repository/process/lookup/index.js
index 5bb9dc28fbd3e551ed6c3944c0527c0d4fd84583..bc02a8acf9f3aac457a7b33d048a294f93548eb7 100644
--- a/lib/workers/repository/process/lookup/index.js
+++ b/lib/workers/repository/process/lookup/index.js
@@ -14,7 +14,7 @@ module.exports = {
 
 async function lookupUpdates(config) {
   const { depName, currentValue } = config;
-  logger.debug({ depName, currentValue }, 'lookupUpdates');
+  logger.trace({ depName, currentValue }, 'lookupUpdates');
   const {
     equals,
     getMajor,