From e6d786a7d99f05f14327ba8e2ab75aa863b4df3b Mon Sep 17 00:00:00 2001 From: Cody Rose Date: Fri, 1 Nov 2024 12:27:44 -0400 Subject: [PATCH] stop logging all GitLab projects (#3541) #3532 stopped logging one huge GItLab slice, but there's a second one! We should stop logging it for the same reason. --- 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 }