Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 13e2911

Browse files
committed
Additional logging
1 parent a9bea90 commit 13e2911

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/GitlabService.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ class GitlabService {
142142
refresh_token: lockedUser.refreshToken,
143143
grant_type: 'refresh_token'
144144
};
145+
logger.info(`Refresh request POST ${config.GITLAB_API_BASE_URL}/oauth/token BODY: ${JSON.stringify(query)} `);
145146
const refreshTokenResult = await request
146147
.post(`${config.GITLAB_API_BASE_URL}/oauth/token`)
147148
.query(query)

0 commit comments

Comments
 (0)