Skip to content

Commit

Permalink
stop logging all projects
Browse files Browse the repository at this point in the history
  • Loading branch information
rosecodym committed Oct 31, 2024
1 parent bd5e287 commit 8f5f886
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 8f5f886

Please sign in to comment.