From aadeb23a28cc7fe53af692122435e978e4549112 Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@arkins.net>
Date: Thu, 21 Feb 2019 08:01:44 +0100
Subject: [PATCH] logs: debug hostRule setting

---
 lib/util/host-rules.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/util/host-rules.js b/lib/util/host-rules.js
index 0b711f66c4..e6ac512ad2 100644
--- a/lib/util/host-rules.js
+++ b/lib/util/host-rules.js
@@ -60,6 +60,7 @@ function update(params) {
       delete conf.default;
     }
   }
+  logger.debug({ config }, 'Setting hostRule');
   platforms[platform][host] = { ...platforms[platform][host], ...config };
   return true;
 }
-- 
GitLab