You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Duo Zhang (Jira)" <ji...@apache.org> on 2022/03/02 13:19:00 UTC

[jira] [Resolved] (HBASE-26723) Switch to use log4j2.properties file to configure log4j2

     [ https://issues.apache.org/jira/browse/HBASE-26723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Duo Zhang resolved HBASE-26723.
-------------------------------
    Fix Version/s: 3.0.0-alpha-3
     Hadoop Flags: Reviewed
     Release Note: 
Use log4j2.properties file instead of log4j2.xml.

With LOG4J2-3341 in place, we could still make use of the old syntax where we could specify level and appenders at once, so we do not need to do splitting in our bash script and also make it less hurt for our users to upgrade.
       Resolution: Fixed

Merged to master.

Thanks [~apurtell] for reviewing!

> Switch to use log4j2.properties file to configure log4j2
> --------------------------------------------------------
>
>                 Key: HBASE-26723
>                 URL: https://issues.apache.org/jira/browse/HBASE-26723
>             Project: HBase
>          Issue Type: Improvement
>          Components: logging
>            Reporter: Duo Zhang
>            Assignee: Duo Zhang
>            Priority: Major
>             Fix For: 3.0.0-alpha-3
>
>
> After LOG4J2-3341, we could set the level and appender at once in properties file, so we do not need to split the ROOT_LOGGER config in the start up scripts any more.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)