diff --git a/x-pack/plugins/security/server/authentication/index.ts b/x-pack/plugins/security/server/authentication/index.ts index d5100378fb542..f122f3d89c207 100644 --- a/x-pack/plugins/security/server/authentication/index.ts +++ b/x-pack/plugins/security/server/authentication/index.ts @@ -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, });