Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0af8e18

Browse files
committedJul 30, 2019
Additional logging
1 parent 4be302a commit 0af8e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎utils/topcoder-api-helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const challengesApiInstance = new topcoderApiChallenges.DefaultApi();
5252
* @returns {Promise} The promised token
5353
*/
5454
async function getM2Mtoken() {
55-
logger.debug(`Client ID: ${config.AUTH0_CLIENT_ID} and secret: ${config.AUTH0_CLIENT_SECRET} and endpoint: ${config.AUTH0_URL}`)
55+
logger.debug(`Client ID: ${config.AUTH0_CLIENT_ID} and secret: ${config.AUTH0_CLIENT_SECRET} and endpoint: ${config.AUTH0_URL} and proxy: ${config.AUTH0_PROXY_SERVER_URL}`)
5656
return await m2m.getMachineToken(config.AUTH0_CLIENT_ID, config.AUTH0_CLIENT_SECRET);
5757
}
5858

0 commit comments

Comments
 (0)
This repository has been archived.