From caf3f9e2494888e5b59a9906eac8b94a8755204d Mon Sep 17 00:00:00 2001 From: qiaozhanwei Date: Fri, 20 Sep 2019 17:01:42 +0800 Subject: [PATCH] appliction_worker.properties logging.config bug fix (#840) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- .../src/main/resources/application_worker.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/escheduler-server/src/main/resources/application_worker.properties b/escheduler-server/src/main/resources/application_worker.properties index 39983e4fba..b7e3c88b24 100644 --- a/escheduler-server/src/main/resources/application_worker.properties +++ b/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