Reduce log level to avoid spamming the logs

Signed-off-by: Roy Jacobs <roy.jacobs@gmail.com>
This commit is contained in:
Roy Jacobs
2021-08-20 09:46:18 +02:00
parent 32df8a75f3
commit 72505a907f
@@ -80,7 +80,7 @@ export class GitLabDiscoveryProcessor implements CatalogProcessor {
logger: this.logger,
});
const startTimestamp = Date.now();
this.logger.info(`Reading GitLab projects from ${location.target}`);
this.logger.debug(`Reading GitLab projects from ${location.target}`);
const projects = paginated(options => client.listProjects(options), {
group,