HeeSoo Kim created HDFS-9786:
--------------------------------
Summary: HttpFS doesn't write the proxyuser information in logfile
Key: HDFS-9786
URL: https://issues.apache.org/jira/browse/HDFS-9786
Project: Hadoop HDFS
Issue Type: Bug
Reporter: HeeSoo Kim
Assignee: HeeSoo Kim
According to the httpfs-log4j.properties, the log pattern indicates that
{code}
log4j.appender.httpfsaudit.layout.ConversionPattern=%d{ISO8601} %5p
[%X{hostname}][%X{user}:%X{doAs}] %X{op} %m%n
{code}
However, the httpfsaudit doesn't write right information for user and proxyuser
information. It is better to write ugi on audit log in HttpFS GW.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)