[ https://issues.apache.org/jira/browse/HDFS-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13048670#comment-13048670
]
Harsh J commented on HDFS-2072:
-------------------------------
This issue duplicates HDFS-1977
(Which ought to be closed in such cases?)
> Remove StringUtils.stringifyException(ie) in logger functions
> -------------------------------------------------------------
>
> Key: HDFS-2072
> URL: https://issues.apache.org/jira/browse/HDFS-2072
> Project: Hadoop HDFS
> Issue Type: Bug
> Affects Versions: 0.23.0
> Reporter: Bharath Mundlapudi
> Assignee: Bharath Mundlapudi
> Fix For: 0.23.0
>
>
> Apache logger api has an overloaded function which can take the message and exception.
I am proposing to clean the logging code with this api.
> ie.:
> Change the code from LOG.warn(msg, StringUtils.stringifyException(exception)); to LOG.warn(msg,
exception);
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
|