Skip to content

Commit 0d556f0

Browse files
committed
log
1 parent 3ad0c6f commit 0d556f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/server/src/workspace/gitpod-server-impl.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2272,6 +2272,7 @@ export class GitpodServerImpl implements GitpodServerWithTracing, Disposable {
22722272
this.checkUser("getTeamProjects");
22732273

22742274
await this.guardTeamOperation(teamId, "get");
2275+
log.info("get team projects", teamId);
22752276
return this.projectsService.getTeamProjects(teamId);
22762277
}
22772278

0 commit comments

Comments
 (0)