From ae2935dd8acc18681b12b5c2d027dcdde5b97035 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=B8=AD=E5=8E=9F?= <5021361+lizhongyuan3@user.noreply.gitee.com> Date: Wed, 13 Dec 2023 05:19:42 +0000 Subject: [PATCH] =?UTF-8?q?update=20LogUtils.java.=20LogUtils=20=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E6=97=A5=E5=BF=97=E7=8A=B6=E6=80=81=E5=BB=BA=E8=AE=AE?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BA=E5=92=8C=20SystemProperties?= =?UTF-8?q?=E3=80=81EasyRetryProperties=20=E4=BF=9D=E6=8C=81=E4=B8=80?= =?UTF-8?q?=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 李中原 <5021361+lizhongyuan3@user.noreply.gitee.com> --- .../java/com/aizuda/easy/retry/common/core/log/LogUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy-retry-common/easy-retry-common-core/src/main/java/com/aizuda/easy/retry/common/core/log/LogUtils.java b/easy-retry-common/easy-retry-common-core/src/main/java/com/aizuda/easy/retry/common/core/log/LogUtils.java index 4e416fb1..1c7aeb85 100644 --- a/easy-retry-common/easy-retry-common-core/src/main/java/com/aizuda/easy/retry/common/core/log/LogUtils.java +++ b/easy-retry-common/easy-retry-common-core/src/main/java/com/aizuda/easy/retry/common/core/log/LogUtils.java @@ -69,7 +69,7 @@ public class LogUtils { try { Environment environment = SpringContext.CONTEXT.getBean(Environment.class); - return environment.getProperty("easy.retry.log.status", Boolean.class, Boolean.TRUE); + return environment.getProperty("easy-retry.log.status", Boolean.class, Boolean.TRUE); } catch (Exception ignored) { }