From 8f5f886a0876ac1a155ccca1c408a6f6191274a9 Mon Sep 17 00:00:00 2001 From: Cody Rose Date: Thu, 31 Oct 2024 11:23:45 -0400 Subject: [PATCH] stop logging all projects --- pkg/sources/gitlab/gitlab.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/sources/gitlab/gitlab.go b/pkg/sources/gitlab/gitlab.go index f39453a8cfc9..27c48add88fd 100644 --- a/pkg/sources/gitlab/gitlab.go +++ b/pkg/sources/gitlab/gitlab.go @@ -602,7 +602,6 @@ func (s *Source) getAllProjectRepos( } ctx.Logger().Info("Enumerated GitLab projects", "count", len(projectsWithNamespace)) - ctx.Logger().V(2).Info("Enumerated GitLab projects", "projects", projectsWithNamespace) return nil }