feat(sj_1.0.0): 调整获取配置的日志级别

This commit is contained in:
opensnail 2024-05-20 18:33:32 +08:00
parent ecef18e8de
commit 0f646c7ed2

View File

@ -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;
}