From 65e913e2c867ba065945e89d7bd8cc2c7e247e49 Mon Sep 17 00:00:00 2001 From: Cody Rose Date: Wed, 30 Oct 2024 10:04:33 -0400 Subject: [PATCH] stop logging detailed group info (#3532) Co-authored-by: Abdul Basit --- 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 0084f6d06cb6..f39453a8cfc9 100644 --- a/pkg/sources/gitlab/gitlab.go +++ b/pkg/sources/gitlab/gitlab.go @@ -570,7 +570,6 @@ func (s *Source) getAllProjectRepos( } ctx.Logger().Info("got groups", "group_count", len(groups)) - ctx.Logger().V(2).Info("got groups", "groups", groups) for _, group := range groups { ctx := context.WithValue(ctx, "group_id", group.ID)