HBASE-6023. Normalize security audit logging level with Hadoop
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1339914 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
eef90a4604
commit
c3fc3f6341
|
@ -1339,7 +1339,7 @@ public abstract class HBaseServer implements RpcServer {
|
|||
+ saslServer.getNegotiatedProperty(Sasl.QOP));
|
||||
}
|
||||
rpcMetrics.authenticationSuccesses.inc();
|
||||
AUDITLOG.trace(AUTH_SUCCESSFUL_FOR + user);
|
||||
AUDITLOG.info(AUTH_SUCCESSFUL_FOR + user);
|
||||
saslContextEstablished = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue