Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 99219110D1 for ; Thu, 22 May 2014 01:04:49 +0000 (UTC) Received: (qmail 46090 invoked by uid 500); 22 May 2014 01:04:49 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 45987 invoked by uid 500); 22 May 2014 01:04:49 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 45974 invoked by uid 99); 22 May 2014 01:04:49 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 May 2014 01:04:49 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 2CA9D99B60A; Thu, 22 May 2014 01:04:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: elserj@apache.org To: commits@accumulo.apache.org Date: Thu, 22 May 2014 01:04:50 -0000 Message-Id: <73e2f0e421444b278a7986e98c0ff635@git.apache.org> In-Reply-To: <837a2705d13349a1a19bf3956e76973a@git.apache.org> References: <837a2705d13349a1a19bf3956e76973a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] git commit: ACCUMULO-2830 Configure log4j on proper Shell audit logger name ACCUMULO-2830 Configure log4j on proper Shell audit logger name Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/f985d3c3 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/f985d3c3 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/f985d3c3 Branch: refs/heads/master Commit: f985d3c3beafaee2d8732693388f3f40fb0bf8ae Parents: 6fbd35d Author: Josh Elser Authored: Wed May 21 21:03:05 2014 -0400 Committer: Josh Elser Committed: Wed May 21 21:03:05 2014 -0400 ---------------------------------------------------------------------- conf/examples/1GB/native-standalone/log4j.properties | 2 +- conf/examples/1GB/standalone/log4j.properties | 2 +- conf/examples/2GB/native-standalone/log4j.properties | 2 +- conf/examples/2GB/standalone/log4j.properties | 2 +- conf/examples/3GB/native-standalone/log4j.properties | 2 +- conf/examples/3GB/standalone/log4j.properties | 2 +- conf/examples/512MB/native-standalone/log4j.properties | 2 +- conf/examples/512MB/standalone/log4j.properties | 2 +- conf/templates/log4j.properties | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/f985d3c3/conf/examples/1GB/native-standalone/log4j.properties ---------------------------------------------------------------------- diff --git a/conf/examples/1GB/native-standalone/log4j.properties b/conf/examples/1GB/native-standalone/log4j.properties index f3eaddc..9858795 100644 --- a/conf/examples/1GB/native-standalone/log4j.properties +++ b/conf/examples/1GB/native-standalone/log4j.properties @@ -34,7 +34,7 @@ log4j.logger.org.apache.commons.vfs2.impl.DefaultFileSystemManager=WARN,A1 log4j.logger.org.apache.zookeeper=ERROR,A1 # hide AUDIT messages in the shell, alternatively you could send them to a different logger -log4j.logger.org.apache.accumulo.core.util.shell.Shell.audit=WARN,A1 +log4j.logger.org.apache.accumulo.shell.Shell.audit=WARN,A1 # Send most things to the console log4j.appender.A1=org.apache.log4j.ConsoleAppender http://git-wip-us.apache.org/repos/asf/accumulo/blob/f985d3c3/conf/examples/1GB/standalone/log4j.properties ---------------------------------------------------------------------- diff --git a/conf/examples/1GB/standalone/log4j.properties b/conf/examples/1GB/standalone/log4j.properties index f3eaddc..9858795 100644 --- a/conf/examples/1GB/standalone/log4j.properties +++ b/conf/examples/1GB/standalone/log4j.properties @@ -34,7 +34,7 @@ log4j.logger.org.apache.commons.vfs2.impl.DefaultFileSystemManager=WARN,A1 log4j.logger.org.apache.zookeeper=ERROR,A1 # hide AUDIT messages in the shell, alternatively you could send them to a different logger -log4j.logger.org.apache.accumulo.core.util.shell.Shell.audit=WARN,A1 +log4j.logger.org.apache.accumulo.shell.Shell.audit=WARN,A1 # Send most things to the console log4j.appender.A1=org.apache.log4j.ConsoleAppender http://git-wip-us.apache.org/repos/asf/accumulo/blob/f985d3c3/conf/examples/2GB/native-standalone/log4j.properties ---------------------------------------------------------------------- diff --git a/conf/examples/2GB/native-standalone/log4j.properties b/conf/examples/2GB/native-standalone/log4j.properties index f3eaddc..9858795 100644 --- a/conf/examples/2GB/native-standalone/log4j.properties +++ b/conf/examples/2GB/native-standalone/log4j.properties @@ -34,7 +34,7 @@ log4j.logger.org.apache.commons.vfs2.impl.DefaultFileSystemManager=WARN,A1 log4j.logger.org.apache.zookeeper=ERROR,A1 # hide AUDIT messages in the shell, alternatively you could send them to a different logger -log4j.logger.org.apache.accumulo.core.util.shell.Shell.audit=WARN,A1 +log4j.logger.org.apache.accumulo.shell.Shell.audit=WARN,A1 # Send most things to the console log4j.appender.A1=org.apache.log4j.ConsoleAppender http://git-wip-us.apache.org/repos/asf/accumulo/blob/f985d3c3/conf/examples/2GB/standalone/log4j.properties ---------------------------------------------------------------------- diff --git a/conf/examples/2GB/standalone/log4j.properties b/conf/examples/2GB/standalone/log4j.properties index f3eaddc..9858795 100644 --- a/conf/examples/2GB/standalone/log4j.properties +++ b/conf/examples/2GB/standalone/log4j.properties @@ -34,7 +34,7 @@ log4j.logger.org.apache.commons.vfs2.impl.DefaultFileSystemManager=WARN,A1 log4j.logger.org.apache.zookeeper=ERROR,A1 # hide AUDIT messages in the shell, alternatively you could send them to a different logger -log4j.logger.org.apache.accumulo.core.util.shell.Shell.audit=WARN,A1 +log4j.logger.org.apache.accumulo.shell.Shell.audit=WARN,A1 # Send most things to the console log4j.appender.A1=org.apache.log4j.ConsoleAppender http://git-wip-us.apache.org/repos/asf/accumulo/blob/f985d3c3/conf/examples/3GB/native-standalone/log4j.properties ---------------------------------------------------------------------- diff --git a/conf/examples/3GB/native-standalone/log4j.properties b/conf/examples/3GB/native-standalone/log4j.properties index f3eaddc..9858795 100644 --- a/conf/examples/3GB/native-standalone/log4j.properties +++ b/conf/examples/3GB/native-standalone/log4j.properties @@ -34,7 +34,7 @@ log4j.logger.org.apache.commons.vfs2.impl.DefaultFileSystemManager=WARN,A1 log4j.logger.org.apache.zookeeper=ERROR,A1 # hide AUDIT messages in the shell, alternatively you could send them to a different logger -log4j.logger.org.apache.accumulo.core.util.shell.Shell.audit=WARN,A1 +log4j.logger.org.apache.accumulo.shell.Shell.audit=WARN,A1 # Send most things to the console log4j.appender.A1=org.apache.log4j.ConsoleAppender http://git-wip-us.apache.org/repos/asf/accumulo/blob/f985d3c3/conf/examples/3GB/standalone/log4j.properties ---------------------------------------------------------------------- diff --git a/conf/examples/3GB/standalone/log4j.properties b/conf/examples/3GB/standalone/log4j.properties index f3eaddc..9858795 100644 --- a/conf/examples/3GB/standalone/log4j.properties +++ b/conf/examples/3GB/standalone/log4j.properties @@ -34,7 +34,7 @@ log4j.logger.org.apache.commons.vfs2.impl.DefaultFileSystemManager=WARN,A1 log4j.logger.org.apache.zookeeper=ERROR,A1 # hide AUDIT messages in the shell, alternatively you could send them to a different logger -log4j.logger.org.apache.accumulo.core.util.shell.Shell.audit=WARN,A1 +log4j.logger.org.apache.accumulo.shell.Shell.audit=WARN,A1 # Send most things to the console log4j.appender.A1=org.apache.log4j.ConsoleAppender http://git-wip-us.apache.org/repos/asf/accumulo/blob/f985d3c3/conf/examples/512MB/native-standalone/log4j.properties ---------------------------------------------------------------------- diff --git a/conf/examples/512MB/native-standalone/log4j.properties b/conf/examples/512MB/native-standalone/log4j.properties index f3eaddc..9858795 100644 --- a/conf/examples/512MB/native-standalone/log4j.properties +++ b/conf/examples/512MB/native-standalone/log4j.properties @@ -34,7 +34,7 @@ log4j.logger.org.apache.commons.vfs2.impl.DefaultFileSystemManager=WARN,A1 log4j.logger.org.apache.zookeeper=ERROR,A1 # hide AUDIT messages in the shell, alternatively you could send them to a different logger -log4j.logger.org.apache.accumulo.core.util.shell.Shell.audit=WARN,A1 +log4j.logger.org.apache.accumulo.shell.Shell.audit=WARN,A1 # Send most things to the console log4j.appender.A1=org.apache.log4j.ConsoleAppender http://git-wip-us.apache.org/repos/asf/accumulo/blob/f985d3c3/conf/examples/512MB/standalone/log4j.properties ---------------------------------------------------------------------- diff --git a/conf/examples/512MB/standalone/log4j.properties b/conf/examples/512MB/standalone/log4j.properties index f3eaddc..9858795 100644 --- a/conf/examples/512MB/standalone/log4j.properties +++ b/conf/examples/512MB/standalone/log4j.properties @@ -34,7 +34,7 @@ log4j.logger.org.apache.commons.vfs2.impl.DefaultFileSystemManager=WARN,A1 log4j.logger.org.apache.zookeeper=ERROR,A1 # hide AUDIT messages in the shell, alternatively you could send them to a different logger -log4j.logger.org.apache.accumulo.core.util.shell.Shell.audit=WARN,A1 +log4j.logger.org.apache.accumulo.shell.Shell.audit=WARN,A1 # Send most things to the console log4j.appender.A1=org.apache.log4j.ConsoleAppender http://git-wip-us.apache.org/repos/asf/accumulo/blob/f985d3c3/conf/templates/log4j.properties ---------------------------------------------------------------------- diff --git a/conf/templates/log4j.properties b/conf/templates/log4j.properties index f3eaddc..9858795 100644 --- a/conf/templates/log4j.properties +++ b/conf/templates/log4j.properties @@ -34,7 +34,7 @@ log4j.logger.org.apache.commons.vfs2.impl.DefaultFileSystemManager=WARN,A1 log4j.logger.org.apache.zookeeper=ERROR,A1 # hide AUDIT messages in the shell, alternatively you could send them to a different logger -log4j.logger.org.apache.accumulo.core.util.shell.Shell.audit=WARN,A1 +log4j.logger.org.apache.accumulo.shell.Shell.audit=WARN,A1 # Send most things to the console log4j.appender.A1=org.apache.log4j.ConsoleAppender