From 3e0ac2970b0e40d0074562a9cc1b0934ef0d21f6 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Fri, 6 Feb 2026 14:42:09 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=91=E5=85=B3=E4=B8=8A=E4=BC=A0=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E6=97=A5=E5=BF=97=E5=8E=BB=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/red/circle/gateway/logging/GatewayLogging.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc-gateway/src/main/java/com/red/circle/gateway/logging/GatewayLogging.java b/rc-gateway/src/main/java/com/red/circle/gateway/logging/GatewayLogging.java index 4660368c..66da7a01 100644 --- a/rc-gateway/src/main/java/com/red/circle/gateway/logging/GatewayLogging.java +++ b/rc-gateway/src/main/java/com/red/circle/gateway/logging/GatewayLogging.java @@ -69,7 +69,7 @@ public class GatewayLogging implements ToClsLog, Serializable { } if (!Objects.equals(this.getResponse().getCode(), "200")) { - loggingUploadService.upload(this); +// loggingUploadService.upload(this); } }