[
https://issues.apache.org/jira/browse/HADOOP-14296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15963876#comment-15963876
]
Akira Ajisaka commented on HADOOP-14296:
----------------------------------------
bq. can't rumen just leave everything alone and rely on people to edit their
log4j settings?
I like the idea for people to edit their log4j settings instead of setting the
log level programatically. Can I remove the following code, or keep it as-is?
{code}
// turn off the warning w.r.t deprecated mapreduce keys
static {
Logger.getLogger(Configuration.class).setLevel(Level.OFF);
}
{code}
> Move logging APIs over to slf4j in hadoop-tools
> -----------------------------------------------
>
> Key: HADOOP-14296
> URL: https://issues.apache.org/jira/browse/HADOOP-14296
> Project: Hadoop Common
> Issue Type: Sub-task
> Reporter: Akira Ajisaka
> Assignee: Akira Ajisaka
> Attachments: HADOOP-14296.01.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]