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:
Andrew Kyle Purtell 2012-05-17 22:59:43 +00:00
parent eef90a4604
commit c3fc3f6341
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}