You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by la...@apache.org on 2014/09/30 01:04:16 UTC

git commit: HBASE-12019 Addendum; set correct appender

Repository: hbase
Updated Branches:
  refs/heads/0.94 a6d8e41cd -> 68ed793a1


HBASE-12019 Addendum; set correct appender


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/68ed793a
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/68ed793a
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/68ed793a

Branch: refs/heads/0.94
Commit: 68ed793a1d89226f8fb1ee1ee618c1e7779d46cd
Parents: a6d8e41
Author: Lars Hofhansl <la...@apache.org>
Authored: Mon Sep 29 16:04:05 2014 -0700
Committer: Lars Hofhansl <la...@apache.org>
Committed: Mon Sep 29 16:04:05 2014 -0700

----------------------------------------------------------------------
 bin/hbase-daemon.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/68ed793a/bin/hbase-daemon.sh
----------------------------------------------------------------------
diff --git a/bin/hbase-daemon.sh b/bin/hbase-daemon.sh
index f541422..9c49732 100755
--- a/bin/hbase-daemon.sh
+++ b/bin/hbase-daemon.sh
@@ -118,11 +118,11 @@ export HBASE_LOG_PREFIX=hbase-$HBASE_IDENT_STRING-$command-$HOSTNAME
 export HBASE_LOGFILE=$HBASE_LOG_PREFIX.log
 
 if [ -z "${HBASE_ROOT_LOGGER}" ]; then
-export HBASE_ROOT_LOGGER=${HBASE_ROOT_LOGGER:-"INFO,RFA"}
+export HBASE_ROOT_LOGGER=${HBASE_ROOT_LOGGER:-"INFO,DRFA"}
 fi
 
 if [ -z "${HBASE_SECURITY_LOGGER}" ]; then 
-export HBASE_SECURITY_LOGGER=${HBASE_SECURITY_LOGGER:-"INFO,RFAS"}
+export HBASE_SECURITY_LOGGER=${HBASE_SECURITY_LOGGER:-"INFO,DRFAS"}
 fi
 
 logout=$HBASE_LOG_DIR/$HBASE_LOG_PREFIX.out