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 2020/05/04 06:48:36 UTC

[GitHub] [incubator-dolphinscheduler] jianghuzai edited a comment on issue #2592: [QUESTION] WorkServer exec Task on localhost report NPE

jianghuzai edited a comment on issue #2592:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2592#issuecomment-623286157


   @liwenhe1993 thanks,I found the key
   
   I am use idea.
   master vm option:
   ```
   -Dspring.profiles.active=master -Dlogging.config="dolphinscheduler-server/src/main/resources/master_logback.xml"
   ```
   
   worker vm option:
   ```
   -Dspring.profiles.active=worker -Dlogging.config="dolphinscheduler-server/src/main/resources/worker_logback.xml"
   ```
   
   CombinedApplicationServer vm option
   ```
   -Dlogging.config="dolphinscheduler-api/src/main/resources/apiserver_logback.xml"
   ```
   CombinedApplicationServer active profiles:
   ```
   api
   ```
   


----------------------------------------------------------------
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:
users@infra.apache.org