ww1516123 commented on issue #723: [BUG] 任务实际日志路径和任务实例的日志路径不相同,导致无法查看日志 URL: https://github.com/apache/incubator-dolphinscheduler/issues/723#issuecomment-532969373 add properties worker_logback.xml >logBase ```xml <filter class="cn.escheduler.server.worker.log.TaskLogFilter"></filter> <Discriminator class="cn.escheduler.server.worker.log.TaskLogDiscriminator"> <key>taskAppId</key> <logBase>${log.base}</logBase> </Discriminator> ``` on 1.1.0-SNAPSHOT branch dev
---------------------------------------------------------------- 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
