You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/10/25 11:04:42 UTC

[GitHub] [dolphinscheduler] lordk911 commented on issue #12528: [Bug] [logger-server] when config log base path out of dolphinscheduler install path, can't see task log

lordk911 commented on issue #12528:
URL: https://github.com/apache/dolphinscheduler/issues/12528#issuecomment-1290366654

   org/apache/dolphinscheduler/server/log/LoggerRequestProcessor.java line:150 
   ```
   if (path.startsWith(dsHome) && !path.contains("../") && path.endsWith(".log")) {
                   return true;
               }
   ```
   
   which force log dir can only be under dolphinscheduler install path


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org