mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Changed log level for message with authz opt out (#199678)
## Summary Changed log level for message with authz opt out from `warn` to `debug` __Closes: https://github.com/elastic/kibana/issues/199677__
This commit is contained in:
parent
8668757459
commit
9bb3661060
1 changed files with 0 additions and 4 deletions
|
@ -48,10 +48,6 @@ export function initAPIAuthorization(
|
|||
|
||||
if (security) {
|
||||
if (isAuthzDisabled(security.authz)) {
|
||||
logger.warn(
|
||||
`Route authz is disabled for ${request.url.pathname}${request.url.search}": ${security.authz.reason}`
|
||||
);
|
||||
|
||||
return toolkit.next();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue