From 2e8de704b3bc3ecb2d2854f8bdcf4da13c2ae697 Mon Sep 17 00:00:00 2001 From: gengby <858962040@qq.com> Date: Thu, 22 Dec 2022 13:40:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../nl/acs/log/service/impl/DeviceExecuteLogServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acs/nladmin-system/src/main/java/org/nl/acs/log/service/impl/DeviceExecuteLogServiceImpl.java b/acs/nladmin-system/src/main/java/org/nl/acs/log/service/impl/DeviceExecuteLogServiceImpl.java index 1bb942d..92e0d44 100644 --- a/acs/nladmin-system/src/main/java/org/nl/acs/log/service/impl/DeviceExecuteLogServiceImpl.java +++ b/acs/nladmin-system/src/main/java/org/nl/acs/log/service/impl/DeviceExecuteLogServiceImpl.java @@ -96,7 +96,7 @@ public class DeviceExecuteLogServiceImpl implements DeviceExecuteLogService { public void lmsToAcs(String title, String requestType, String requestParam) { try { MDC.put("device_code_log", title); - log.error("日志主题:{},请求类型:{},请求参数:{}", title, requestType, requestParam); + log.info("日志主题:{},请求类型:{},请求参数:{}", title, requestType, requestParam); } finally { MDC.remove("device_code_log"); }