We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32faaea + f802d41 commit d3d7f42Copy full SHA for d3d7f42
src/shared/topcoder/challenges.service.ts
@@ -24,7 +24,7 @@ export class TopcoderChallengesService {
24
}
25
});
26
27
- this.logger.debug(`Fetching challenges from: ${url.toString()}`);
+ this.logger.log(`Fetching challenges from: ${url.toString()}`);
28
29
const headers: Record<string, string> = {
30
'Content-Type': 'application/json',
@@ -34,7 +34,7 @@ export class TopcoderChallengesService {
34
headers['Authorization'] = `Bearer ${accessToken}`;
35
36
37
- this.logger.debug(
+ this.logger.log(
38
`Fetching challenges with headers: ${JSON.stringify(headers)}`,
39
);
40
0 commit comments