This is an automated email from the ASF dual-hosted git repository.
casion pushed a commit to branch dev-1.2.0
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git
The following commit(s) were added to refs/heads/dev-1.2.0 by this push:
new daeaaf30f fix log error (#2883)
daeaaf30f is described below
commit daeaaf30f6c55b9688114f10795e09c693066a0c
Author: aiceflower <[email protected]>
AuthorDate: Thu Aug 18 20:40:25 2022 +0800
fix log error (#2883)
---
linkis-engineconn-plugins/hive/src/main/resources/log4j2.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/linkis-engineconn-plugins/hive/src/main/resources/log4j2.xml
b/linkis-engineconn-plugins/hive/src/main/resources/log4j2.xml
index 7a110ba8c..910e15b97 100644
--- a/linkis-engineconn-plugins/hive/src/main/resources/log4j2.xml
+++ b/linkis-engineconn-plugins/hive/src/main/resources/log4j2.xml
@@ -27,10 +27,10 @@
<DefaultRolloverStrategy max="10"/>
</RollingFile>
- <RollingFile name="YarnAppIdOutputFile" append="true"
fileName="${env:LOG_DIRS}/yarnApp.log">
+ <File name="YarnAppIdOutputFile" append="true"
fileName="${env:LOG_DIRS}/yarnApp.log">
<RegexFilter regex=".* application .*" onMatch="ACCEPT"
onMismatch="DENY"/>
<PatternLayout pattern="%d{yyyy-MM-dd HH:mm:ss.SSS} [%-5level]
[%-40t] %c{1.} (%L) [%M] - %msg%xEx%n"/>
- </RollingFile>
+ </File>
<Send name="Send" >
<Filters>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]