Skip to content

Commit

Permalink
stop logging detailed group info (#3532)
Browse files Browse the repository at this point in the history
Co-authored-by: Abdul Basit <[email protected]>
  • Loading branch information
rosecodym and abmussani authored Oct 30, 2024
1 parent 9b2cef5 commit 65e913e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/sources/gitlab/gitlab.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 65e913e

Please sign in to comment.