From 9aa77dfb8d040db1066b4405863ccc0fea997d42 Mon Sep 17 00:00:00 2001
From: timothycarambat <rambat1010@gmail.com>
Date: Mon, 9 Sep 2024 14:36:37 -0700
Subject: [PATCH] Add verbose logging to GH loader connect #2243

---
 .../utils/extensions/RepoLoader/GithubRepo/RepoLoader/index.js   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/collector/utils/extensions/RepoLoader/GithubRepo/RepoLoader/index.js b/collector/utils/extensions/RepoLoader/GithubRepo/RepoLoader/index.js
index 08121f44f..935cab197 100644
--- a/collector/utils/extensions/RepoLoader/GithubRepo/RepoLoader/index.js
+++ b/collector/utils/extensions/RepoLoader/GithubRepo/RepoLoader/index.js
@@ -119,6 +119,7 @@ class GitHubRepoLoader {
       maxConcurrency: 5,
       unknown: "ignore",
       ignorePaths: this.ignorePaths,
+      verbose: true,
     });
 
     const docs = [];
-- 
GitLab