更新
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user