You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by li...@apache.org on 2020/05/11 06:34:31 UTC

[incubator-dolphinscheduler] branch dev-1.3.0 updated: Modify the alert log file  

This is an automated email from the ASF dual-hosted git repository.

liwenhe pushed a commit to branch dev-1.3.0
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git


The following commit(s) were added to refs/heads/dev-1.3.0 by this push:
     new d37e843  Modify the alert log file  
     new bae4daa  Merge pull request #2672 from xingchun-chen/dev-1.3.0
d37e843 is described below

commit d37e843cd0434be13e2a4d15f12e7c4950e56194
Author: chenxingchun <43...@qq.com>
AuthorDate: Mon May 11 14:13:28 2020 +0800

    Modify the alert log file
     
---
 dolphinscheduler-alert/src/main/resources/logback-alert.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dolphinscheduler-alert/src/main/resources/logback-alert.xml b/dolphinscheduler-alert/src/main/resources/logback-alert.xml
index 5d1c078..1718947 100644
--- a/dolphinscheduler-alert/src/main/resources/logback-alert.xml
+++ b/dolphinscheduler-alert/src/main/resources/logback-alert.xml
@@ -46,7 +46,7 @@
 
     <root level="INFO">
         <appender-ref ref="STDOUT"/>
-        <appender-ref ref="APILOGFILE"/>
+        <appender-ref ref="ALERTLOGFILE"/>
     </root>
 
 </configuration>
\ No newline at end of file