Skip to content

Commit

Permalink
[bugfix] - add tez config to log4j2.xml (#4818)
Browse files Browse the repository at this point in the history
this close #4816
  • Loading branch information
guoshupei authored Jul 25, 2023
1 parent 0f07511 commit 5ddf115
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions linkis-engineconn-plugins/hive/src/main/resources/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,8 @@
<logger name="org.apache.hadoop.mapreduce.Job" level="INFO" additivity="true">
<appender-ref ref="YarnAppIdOutputFile"/>
</logger>
<logger name="org.apache.tez.client.TezClient" level="INFO" additivity="true">
<appender-ref ref="YarnAppIdOutputFile"/>
</logger>
</loggers>
</configuration>

0 comments on commit 5ddf115

Please sign in to comment.