From 6ed460dfc37f034a7e90f00509bb22d54937a97f Mon Sep 17 00:00:00 2001 From: guoshengxiong <1923636941@qq.com> Date: Mon, 17 Nov 2025 10:55:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.properties | 3 ++- src/main/resources/logback-spring.xml | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index c6904c725..c8245976e 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -214,7 +214,8 @@ tenant.tables[7]=wflow_models tenant.tables[8]=wflow_notifys tenant.tables[9]=wflow_sub_groups tenant.tables[10]=wflow_sub_process - sada.host=http://api.e.v1.i-sada.net h5.exam.url=http://192.168.34.133:20626/#/pages/personLocation/login/login?examPaperId= facePass=1 +#logback-spring.xml指定配置路径 +#logging.config=/root/java/logback-spring.xml diff --git a/src/main/resources/logback-spring.xml b/src/main/resources/logback-spring.xml index a4f468552..e8b8e1420 100644 --- a/src/main/resources/logback-spring.xml +++ b/src/main/resources/logback-spring.xml @@ -1,11 +1,12 @@ - + - %green(%d{yyyy-MM-dd HH:mm:ss.SSS} [%X{requestId}][%thread] %-5level %logger{0}.%method:%L) - %highlight(%msg) %X{stackInfo} %n + %green(%d{yyyy-MM-dd HH:mm:ss.SSS} [%X{requestId}][%thread] %-5level %logger{0}.%method:%L) - + %highlight(%msg) %X{stackInfo} %n