You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Tanping Wang (JIRA)" <ji...@apache.org> on 2011/06/24 01:14:47 UTC

[jira] [Commented] (HADOOP-7385) Remove StringUtils.stringifyException(ie) in logger functions

    [ https://issues.apache.org/jira/browse/HADOOP-7385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13054167#comment-13054167 ] 

Tanping Wang commented on HADOOP-7385:
--------------------------------------

+1 on the patch.

> Remove StringUtils.stringifyException(ie) in logger functions
> -------------------------------------------------------------
>
>                 Key: HADOOP-7385
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7385
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 0.23.0
>            Reporter: Bharath Mundlapudi
>            Assignee: Bharath Mundlapudi
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: HADOOP-7385-1.patch
>
>
> 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