You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2021/03/22 00:38:57 UTC

[hbase] branch HBASE-25689 updated: comment AccessRFA so we will not try to create directory under /var/log

This is an automated email from the ASF dual-hosted git repository.

zhangduo pushed a commit to branch HBASE-25689
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/HBASE-25689 by this push:
     new 92b1e4f  comment AccessRFA so we will not try to create directory under /var/log
92b1e4f is described below

commit 92b1e4f98e65135f1e3883dc87294980c83867a8
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Mon Mar 22 08:37:54 2021 +0800

    comment AccessRFA so we will not try to create directory under /var/log
---
 conf/log4j2.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/conf/log4j2.xml b/conf/log4j2.xml
index 63dbeba..bec37e6 100644
--- a/conf/log4j2.xml
+++ b/conf/log4j2.xml
@@ -54,7 +54,8 @@
       </Policies>
       <DefaultRolloverStrategy max="20" />
     </RollingFile>
-    <!-- Http Access Log RFA -->
+    <!--
+      Http Access Log RFA, uncomment this if you want an http access.log
     <RollingFile name="AccessRFA"
       fileName="/var/log/hbase/access.log"
       filePattern="/var/log/hbase/access.log.%i">
@@ -64,6 +65,7 @@
       </Policies>
       <DefaultRolloverStrategy max="10" />
     </RollingFile>
+    -->
     <Null name="NullAppender" />
   </Appenders>
   <Loggers>