Skip to content

Commit 66d39e5

Browse files
committed
[server] Move noisy GitLab timing log from log.info to log.debug
1 parent 5419140 commit 66d39e5

File tree

1 file changed

+1
-1
lines changed
  • components/server/src/gitlab

1 file changed

+1
-1
lines changed

components/server/src/gitlab/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export class GitLabApi {
7575
log.error(`GitLab request error`, error);
7676
throw error;
7777
} finally {
78-
log.info(`GitLab request took ${new Date().getTime() - before} ms`);
78+
log.debug(`GitLab request took ${new Date().getTime() - before} ms`);
7979
}
8080
}
8181

0 commit comments

Comments
 (0)