Skip to content

Commit

Permalink
Downgrade log level from info to debug for cases when we cannot handl…
Browse files Browse the repository at this point in the history
…e authentication attempt. (elastic#44933)
  • Loading branch information
azasypkin committed Sep 5, 2019
1 parent 010bd82 commit 9b8d7af
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 9b8d7af

Please sign in to comment.