HBASE-12019 Addendum; set correct appender
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_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