Skip to content

Commit e6d786a

Browse files
authored
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.
1 parent a63bf95 commit e6d786a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/sources/gitlab/gitlab.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,6 @@ func (s *Source) getAllProjectRepos(
602602
}
603603

604604
ctx.Logger().Info("Enumerated GitLab projects", "count", len(projectsWithNamespace))
605-
ctx.Logger().V(2).Info("Enumerated GitLab projects", "projects", projectsWithNamespace)
606605

607606
return nil
608607
}

0 commit comments

Comments
 (0)