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.
1 parent 74e9143 commit 987ac19Copy full SHA for 987ac19
src/portal-options/auth-config-provider.ts
@@ -20,12 +20,12 @@ export class PMAuthConfigProvider implements AuthConfigService {
20
try {
21
return await this.envEuthConfigService.getAuthConfig(request);
22
} catch {
23
- this.logger.log(
+ this.logger.debug(
24
'Failed to retrieve auth config from environment variables based on provided IDP.',
25
);
26
}
27
28
- this.logger.log('Resolving auth config from default configuration.');
+ this.logger.debug('Resolving auth config from default configuration.');
29
30
const oidc = await this.discoveryService.getOIDC('DEFAULT');
31
const oauthServerUrl =
0 commit comments