This is an automated email from the ASF dual-hosted git repository.
snagel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git
The following commit(s) were added to refs/heads/master by this push:
new 0dc6959 NUTCH-2908 Log mapreduce job messages and counters in local
mode (Log4j2)
new 02cd13c Merge pull request #707 from sebastian-nagel/NUTCH-2908
0dc6959 is described below
commit 0dc6959a0f59d4b3f5694e4cfa15ebd75f83a092
Author: Sebastian Nagel <[email protected]>
AuthorDate: Mon Nov 22 17:33:59 2021 +0100
NUTCH-2908 Log mapreduce job messages and counters in local mode (Log4j2)
---
conf/log4j2.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/conf/log4j2.xml b/conf/log4j2.xml
index c9a4123..80203be 100644
--- a/conf/log4j2.xml
+++ b/conf/log4j2.xml
@@ -47,5 +47,8 @@
<Logger name="org.apache.hadoop" level="WARN" additivity="false">
<Appender-ref ref="RollingFile" level="WARN" />
</Logger>
+ <Logger name="org.apache.hadoop.mapreduce.Job" level="INFO"
additivity="false">
+ <Appender-ref ref="RollingFile" level="INFO" />
+ </Logger>
</Loggers>
</Configuration>