[ https://issues.apache.org/jira/browse/NUTCH-2885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17392359#comment-17392359 ]
ASF GitHub Bot commented on NUTCH-2885: --------------------------------------- lewismc commented on pull request #692: URL: https://github.com/apache/nutch/pull/692#issuecomment-891931345 Thanks @sebastian-nagel , I addressed the following two isses * formatting in ivy.xml * introduced logic for `org.apache.hadoop` classes to only log `WARN` and worse... I agree with you this is much better. Regarding your comments on HADOOP-12956, I also note following entries in STDOUT ``` log4j:WARN No appenders could be found for logger (org.apache.htrace.core.Tracer). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. ``` Does HADOOP-12956 stop us from implementing this and then revisiting it once HADOOP-12956 has been included in a forthcoming Hadoop release? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@nutch.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Upgrade to Log4j2 > ----------------- > > Key: NUTCH-2885 > URL: https://issues.apache.org/jira/browse/NUTCH-2885 > Project: Nutch > Issue Type: Improvement > Components: build, logging > Reporter: Lewis John McGibbney > Assignee: Lewis John McGibbney > Priority: Major > Fix For: 1.19 > > > log4j2 offers significant optimizations over log4j. I propose to upgrade. > This will NOT drop the use of slf4j... just upgrade the underlying logging > implementation. -- This message was sent by Atlassian Jira (v8.3.4#803005)