Просмотр исходного кода

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 лет назад
Родитель
Сommit
caf3f9e249

+ 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