Downgrade log level from info to debug for cases when we cannot handle authentication attempt. (#44933)

This commit is contained in:
Aleh Zasypkin 2019-09-05 23:07:39 +02:00 committed by GitHub
parent 24137e8af9
commit 727859c554
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -129,7 +129,7 @@ export async function setupAuthentication({
});
}
authLogger.info('Could not handle authentication attempt');
authLogger.debug('Could not handle authentication attempt');
return response.unauthorized({
headers: authenticationResult.authResponseHeaders,
});