We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 595abc1 commit 8d7babcCopy full SHA for 8d7babc
packages/backend/src/connectionManager.ts
@@ -250,7 +250,7 @@ export class ConnectionManager {
250
create: repo,
251
})
252
const upsertDuration = performance.now() - upsertStart;
253
- this.logger.info(`Upserted repo ${repo.displayName} (id: ${repo.external_id}) in ${upsertDuration}ms`);
+ this.logger.debug(`Upserted repo ${repo.displayName} (id: ${repo.external_id}) in ${upsertDuration}ms`);
254
}
255
const totalUpsertDuration = performance.now() - totalUpsertStart;
256
this.logger.info(`Upserted ${repoData.length} repos for connection ${connectionName} (id: ${job.data.connectionId}) in ${totalUpsertDuration}ms`);
0 commit comments