Browse Source

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
pull/2/head
qiaozhanwei 5 years ago committed by dailidong
parent
commit
caf3f9e249
  1. 2
      escheduler-server/src/main/resources/application_worker.properties

2
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

Loading…
Cancel
Save