feat(sj_1.0.0): 调整获取配置的日志级别
This commit is contained in:
parent
ecef18e8de
commit
0f646c7ed2
@ -36,7 +36,7 @@ public class SyncRemoteConfig implements Lifecycle {
|
||||
.timeout(1000L)
|
||||
.callback(nettyResult -> {
|
||||
if (Objects.isNull(nettyResult.getData())) {
|
||||
SnailJobLog.LOCAL.error("获取配置结果为null");
|
||||
SnailJobLog.LOCAL.debug("获取配置结果为null");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user