[7.x] Downgrade log level from info to debug for cases when we cannot handle authentication attempt. (#44944)

This commit is contained in:
Aleh Zasypkin 2019-09-06 00:33:42 +02:00 committed by GitHub
parent 65850c7c6e
commit 49c38378c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -143,7 +143,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,
});