Skip to content

Commit

Permalink
stop logging all GitLab projects (#3541)
Browse files Browse the repository at this point in the history
#3532 stopped logging one huge GItLab slice, but there's a second one! We should stop logging it for the same reason.
  • Loading branch information
rosecodym authored Nov 1, 2024
1 parent a63bf95 commit e6d786a
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 @@ -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
}
Expand Down

0 comments on commit e6d786a

Please sign in to comment.