[
https://issues.apache.org/jira/browse/HBASE-24310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Duo Zhang updated HBASE-24310:
------------------------------
Release Note:
Use Slf4jRequestLog instead of the log4j HttpRequestLogAppender in HttpServer.
The request log is disabled by default in conf/log4j.properties by the
following lines:
# Disable request log by default, you can enable this by changing the appender
log4j.category.http.requests=INFO,NullAppender
log4j.additivity.http.requests=false
Change the 'NullAppender' to what ever you want if you want to enable request
log.
Notice that, the logger name for master status http server is
'http.requests.master', and for region server it is 'http.requests.regionserver'
> Use Slf4jRequestLog for hbase-http
> ----------------------------------
>
> Key: HBASE-24310
> URL: https://issues.apache.org/jira/browse/HBASE-24310
> Project: HBase
> Issue Type: Sub-task
> Components: logging
> Reporter: Duo Zhang
> Assignee: Duo Zhang
> Priority: Major
>
> To remove the direct dependency on log4j in hbase-http server.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)