LogUtils 获取日志状态建议修改为和 SystemProperties、EasyRetryProperties 保持一致
This commit is contained in:
parent
1b5b131a0c
commit
539830a268
@ -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) {
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user