MAPREDUCE-6648. Add yarn.app.mapreduce.am.log.level to mapred-default.xml (harsh)

This commit is contained in:
Harsh J 2016-03-05 14:26:06 +05:30
parent 7ac7ca48b7
commit ed22444a60
1 changed files with 10 additions and 0 deletions

View File

@ -346,6 +346,16 @@
</description>
</property>
<property>
<name>yarn.app.mapreduce.am.log.level</name>
<value>INFO</value>
<description>The logging level for the MR ApplicationMaster. The allowed
levels are: OFF, FATAL, ERROR, WARN, INFO, DEBUG, TRACE and ALL.
The setting here could be overriden if "mapreduce.job.log4j-properties-file"
is set.
</description>
</property>
<property>
<name>mapreduce.map.log.level</name>
<value>INFO</value>