From 968d166ae50d74a3e4b9e0faad18bc828a4f4c06 Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Mon, 17 Sep 2018 14:16:01 +0200 Subject: [PATCH] logs: log localDir --- lib/workers/repository/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/workers/repository/index.js b/lib/workers/repository/index.js index 7ed1c0cc10..821b8f0fa7 100644 --- a/lib/workers/repository/index.js +++ b/lib/workers/repository/index.js @@ -24,6 +24,7 @@ async function renovateRepository(repoConfig) { tmpDir = await tmp.dir({ unsafeCleanup: true }); config.localDir = tmpDir.path; } + logger.debug('Using localDir: ' + config.localDir); config = await initRepo(config); const { res, branches, branchList, packageFiles } = await processRepo( config -- GitLab