This commit is contained in:
2022-12-22 13:40:06 +08:00
parent 54d5312cc5
commit 2e8de704b3

View File

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