From d14a6b20cd453ada211d2ca163871a8a17eeeebb Mon Sep 17 00:00:00 2001 From: infin_caishuxiao Date: Tue, 27 Feb 2018 17:31:31 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E4=B8=8D=E8=A6=81=E6=89=93my?= =?UTF-8?q?batis=20debug=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/conf/PRD/application.properties | 3 +-- .../src/main/resources/conf/TEST/application.properties | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/infintech-executors/executor-collection-dispatcher/src/main/resources/conf/PRD/application.properties b/infintech-executors/executor-collection-dispatcher/src/main/resources/conf/PRD/application.properties index 9788d78b..561272bf 100644 --- a/infintech-executors/executor-collection-dispatcher/src/main/resources/conf/PRD/application.properties +++ b/infintech-executors/executor-collection-dispatcher/src/main/resources/conf/PRD/application.properties @@ -15,8 +15,7 @@ spring.datasource.stats.driver-class-name=com.mysql.jdbc.Driver server.port=9001 # log config -logging.level.com.infincash.cron.collection.mapper=debug -logging.config=classpath:logback.xml +logging.config=/deploy/springboot/executor-collection-dispatcher-1.0.0/lib/config/logback.xml ### xxl-job admin address list, such as "http://address" or "http://address01,http://address02" xxl.job.admin.addresses=http://172.16.16.101:8090 diff --git a/infintech-executors/executor-collection-dispatcher/src/main/resources/conf/TEST/application.properties b/infintech-executors/executor-collection-dispatcher/src/main/resources/conf/TEST/application.properties index 4f60e4db..032c6dec 100644 --- a/infintech-executors/executor-collection-dispatcher/src/main/resources/conf/TEST/application.properties +++ b/infintech-executors/executor-collection-dispatcher/src/main/resources/conf/TEST/application.properties @@ -16,7 +16,7 @@ server.port=9001 # log config logging.level.com.infincash.cron.collection.mapper=debug -logging.config=classpath:logback.xml +logging.config=/deploy/springboot/executor-collection-dispatcher-1.0.0/lib/config/logback.xml ### xxl-job admin address list, such as "http://address" or "http://address01,http://address02" xxl.job.admin.addresses=http://127.0.0.1:100080