From 59d5e4e803dcd6b4b7b0c7679c9cbedc7e17e2bf Mon Sep 17 00:00:00 2001
From: "1437892690@qq.com" <1437892690@qq.com>
Date: Fri, 24 May 2024 19:09:01 +0800
Subject: [PATCH 1/2] =?UTF-8?q?[=E4=BF=AE=E5=A4=8D]=20IT=E6=9C=8D=E5=8A=A1?=
=?UTF-8?q?-=E6=AD=A5=E9=AA=A4=E6=95=B0=E9=87=8F=E5=A4=9A=E6=97=B6?=
=?UTF-8?q?=EF=BC=8C=E6=B5=81=E8=BD=AC=E6=85=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
关联 #[1162398289854464]IT服务-步骤数量多时,流转慢 http://192.168.0.96:8090/demo/rdm.html#/bug-detail/939050947543040/939050947543057/1162398289854464
---
config/config.properties | 3 ++-
config/logback.xml | 25 +++++++++++++++++++++++++
2 files changed, 27 insertions(+), 1 deletion(-)
diff --git a/config/config.properties b/config/config.properties
index 92e0978..a55c38a 100644
--- a/config/config.properties
+++ b/config/config.properties
@@ -25,4 +25,5 @@ data.home=/Users/chenqiwei/data/neatlogic/
is.maintenance.mode=true
heartbeat.rate=3
heartbeat.threshold=5
-autoexec.token=499922b4317c251c2ce525f7b83e3d94
\ No newline at end of file
+autoexec.token=499922b4317c251c2ce525f7b83e3d94
+enable.method.timing.aspect=true
\ No newline at end of file
diff --git a/config/logback.xml b/config/logback.xml
index 839f929..087fa09 100644
--- a/config/logback.xml
+++ b/config/logback.xml
@@ -177,6 +177,28 @@
+
+
+ ${log4j.home}/methodTimingAspect.log
+
+ methodTimingAspect.%i
+ 1
+ 5
+
+
+ ERROR
+ ACCEPT
+ DENY
+
+
+ 100MB
+
+
+ %d{yyyy-MM-dd HH:mm:ss.SSS} %requestUrl - %msg%n
+
+
+
+
${log4j.home}/notifyAudit.log
@@ -279,4 +301,7 @@
+
+
+
--
Gitee
From cb31c03deef6c72ee966a8ae3570ab19b36fe6b3 Mon Sep 17 00:00:00 2001
From: "1437892690@qq.com" <1437892690@qq.com>
Date: Fri, 24 May 2024 19:16:11 +0800
Subject: [PATCH 2/2] =?UTF-8?q?[=E4=BF=AE=E5=A4=8D]=20IT=E6=9C=8D=E5=8A=A1?=
=?UTF-8?q?-=E6=AD=A5=E9=AA=A4=E6=95=B0=E9=87=8F=E5=A4=9A=E6=97=B6?=
=?UTF-8?q?=EF=BC=8C=E6=B5=81=E8=BD=AC=E6=85=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
关联 #[1162398289854464]IT服务-步骤数量多时,流转慢 http://192.168.0.96:8090/demo/rdm.html#/bug-detail/939050947543040/939050947543057/1162398289854464
---
config/config.properties | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/config/config.properties b/config/config.properties
index a55c38a..87cd988 100644
--- a/config/config.properties
+++ b/config/config.properties
@@ -26,4 +26,5 @@ is.maintenance.mode=true
heartbeat.rate=3
heartbeat.threshold=5
autoexec.token=499922b4317c251c2ce525f7b83e3d94
-enable.method.timing.aspect=true
\ No newline at end of file
+# 启动方法执行耗时日志
+enable.method.timing.aspect=false
\ No newline at end of file
--
Gitee