From 49f7e8aa179a7ca90c407eb255d5bd452d264b38 Mon Sep 17 00:00:00 2001 From: lizhongyuan3 Date: Mon, 18 Dec 2023 14:03:06 +0800 Subject: [PATCH] =?UTF-8?q?LogUtils=20=E8=8E=B7=E5=8F=96=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E5=BB=BA=E8=AE=AE=E4=BF=AE=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E5=92=8C=20SystemProperties=E3=80=81EasyRetryProperties=20?= =?UTF-8?q?=E4=BF=9D=E6=8C=81=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../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) { }