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 <els...@apache.org>
Authored: Wed May 21 21:03:05 2014 -0400
Committer: Josh Elser <els...@apache.org>
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

Reply via email to