Skip to content

Commit 5448b09

Browse files
committed
refactor: log 修改
1 parent 9e77d1c commit 5448b09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • common/core/src/main/java/com/github/cadecode/uniboot/common/core/util

common/core/src/main/java/com/github/cadecode/uniboot/common/core/util/JacksonUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ public static <T> T toBean(String json, boolean typing, TypeReference<T> typeRef
188188
public void afterPropertiesSet() {
189189
PROJECT_OBJECT_MAPPER = objectMapper;
190190
if (Objects.isNull(PROJECT_OBJECT_MAPPER)) {
191-
log.warn("Bean objectMapper not found, use default config by JacksonUtil");
191+
log.debug("Bean objectMapper not found, use default config by JacksonUtil");
192192
PROJECT_OBJECT_MAPPER = new ObjectMapper();
193193
// 定义日期格式
194194
String STANDARD_FORMAT = "yyyy-MM-dd HH:mm:ss";

0 commit comments

Comments
 (0)