Skip to content

Commit 8d7babc

Browse files
chore(worker): Change log message to debug
1 parent 595abc1 commit 8d7babc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/backend/src/connectionManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ export class ConnectionManager {
250250
create: repo,
251251
})
252252
const upsertDuration = performance.now() - upsertStart;
253-
this.logger.info(`Upserted repo ${repo.displayName} (id: ${repo.external_id}) in ${upsertDuration}ms`);
253+
this.logger.debug(`Upserted repo ${repo.displayName} (id: ${repo.external_id}) in ${upsertDuration}ms`);
254254
}
255255
const totalUpsertDuration = performance.now() - totalUpsertStart;
256256
this.logger.info(`Upserted ${repoData.length} repos for connection ${connectionName} (id: ${job.data.connectionId}) in ${totalUpsertDuration}ms`);

0 commit comments

Comments
 (0)