ww1516123 commented on issue #835: 工作流和任务实例一直显示运行,无法取消
URL: 
https://github.com/apache/incubator-dolphinscheduler/issues/835#issuecomment-533382204
 
 
   这个问题已经解决。
   
   I fix this bug.
   https://github.com/apache/incubator-dolphinscheduler/pull/824
   
   you can modify worker_logback.xml
   ```
   
   <root level="INFO">
          <appender-ref ref="STDOUT"/> <!-- add this  -->
           <appender-ref ref="TASKLOGFILE"/>
           <appender-ref ref="WORKERLOGFILE"/>
       </root>
   ```
   
   and check appender name is TASKLOGFILE. 
   ```
    <Discriminator class="cn.escheduler.server.worker.log.TaskLogDiscriminator">
               <key>taskAppId</key>
               <logBase>${log.base}</logBase> <!-- required -->
           </Discriminator>
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to