Skip to content

Commit

Permalink
[7.x] Downgrade log level from info to debug for cases when we cannot…
Browse files Browse the repository at this point in the history
… handle authentication attempt. (#44944)
  • Loading branch information
azasypkin authored Sep 5, 2019
1 parent 65850c7 commit 49c3837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/security/server/authentication/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});
Expand Down

0 comments on commit 49c3837

Please sign in to comment.