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

Duo Zhang updated HADOOP-17526:
-------------------------------
    Release Note: 
Use jetty's Slf4jRequestLog for http request log.

As a side effect, we remove the dummy HttpRequestLogAppender, just make use of 
DailyRollingFileAppender. But the DRFA in log4j1 lacks the ability of 
specifying the max retain files, so there is no retainDays config any more.

Will add the above ability back after we switch to log4j2's RollingFileAppender.

> Use Slf4jRequestLog for HttpRequestLog
> --------------------------------------
>
>                 Key: HADOOP-17526
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17526
>             Project: Hadoop Common
>          Issue Type: Sub-task
>            Reporter: Akira Ajisaka
>            Assignee: Duo Zhang
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 3.4.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Now the log file name and retain days in HttpRequestLog is configured from 
> log4j.properties. It can be configured from Configuration instead to drop the 
> usage of log4j API.
> ==== Update ====
> Use jetty's Slf4jRequestLogWriter, we can remove the code dependency on log 
> appenders.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to