소스 검색

appliction_worker.properties logging.config bug fix (#840)

* service start exception modify

* master,worker start modify

* .env update

* install-escheduler-ui.sh,monitor_server.py and install.sh scripts comment change to english and install-escheduler-ui.sh use escheduler change to dolphinscheduler

* scripts name standardization

* appliction_worker.properties logging.config bug fix
qiaozhanwei 5 년 전
부모
커밋
caf3f9e249
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      escheduler-server/src/main/resources/application_worker.properties

+ 1 - 1
escheduler-server/src/main/resources/application_worker.properties

@@ -1,4 +1,4 @@
-logging.config=classpath:master_logback.xml
+logging.config=classpath:worker_logback.xml
 
 # server port
 server.port=7788