You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by ma...@apache.org on 2014/10/13 19:59:16 UTC

git commit: ARGUS-111: disable "[EL Info]" debug trace messages from appearing in HiveCLI stdout/stderr.

Repository: incubator-argus
Updated Branches:
  refs/heads/master 72d5a91bf -> 09bd79abd


ARGUS-111: disable "[EL Info]" debug trace messages from appearing in
HiveCLI stdout/stderr.

Project: http://git-wip-us.apache.org/repos/asf/incubator-argus/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-argus/commit/09bd79ab
Tree: http://git-wip-us.apache.org/repos/asf/incubator-argus/tree/09bd79ab
Diff: http://git-wip-us.apache.org/repos/asf/incubator-argus/diff/09bd79ab

Branch: refs/heads/master
Commit: 09bd79abdfed2a54ce56d695f2bea47c7df6c62d
Parents: 72d5a91
Author: mneethiraj <mn...@hortonworks.com>
Authored: Mon Oct 13 10:53:37 2014 -0700
Committer: mneethiraj <mn...@hortonworks.com>
Committed: Mon Oct 13 10:53:37 2014 -0700

----------------------------------------------------------------------
 agents-audit/src/main/resources/META-INF/persistence.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/09bd79ab/agents-audit/src/main/resources/META-INF/persistence.xml
----------------------------------------------------------------------
diff --git a/agents-audit/src/main/resources/META-INF/persistence.xml b/agents-audit/src/main/resources/META-INF/persistence.xml
index ba10d63..b447580 100644
--- a/agents-audit/src/main/resources/META-INF/persistence.xml
+++ b/agents-audit/src/main/resources/META-INF/persistence.xml
@@ -7,5 +7,9 @@
 		<class>com.xasecure.audit.entity.XXHiveAuditEvent</class>
 		<class>com.xasecure.audit.entity.XXKnoxAuditEvent</class>
 		<class>com.xasecure.audit.entity.XXStormAuditEvent</class>
+
+		<properties>
+			<property name="eclipselink.logging.level" value="SEVERE"/>
+		</properties>
 	</persistence-unit>
 </persistence>