mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[7.x] Downgrade log level from info to debug for cases when we cannot handle authentication attempt. (#44944)
This commit is contained in:
parent
65850c7c6e
commit
49c38378c3
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue