diff --git a/collector/utils/extensions/RepoLoader/GithubRepo/RepoLoader/index.js b/collector/utils/extensions/RepoLoader/GithubRepo/RepoLoader/index.js
index 08121f44f284458518dda417947e4f296dc2fc0e..935cab197095447768ca2f7dfc26d2fbeaa621cd 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 = [];