打印更详细的错误日志
This commit is contained in:
@@ -34,7 +34,7 @@ public class MsgHandlerDispatcher {
|
|||||||
return result;
|
return result;
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
//throw new RuntimeException(e);
|
//throw new RuntimeException(e);
|
||||||
logger.error("消息处理失败:{}",e.getMessage());
|
logger.error("消息处理失败msg:{},err:{}",cminmsg.getCminmsgsClobMsg(),e.getMessage());
|
||||||
return HandlerResult.failure();
|
return HandlerResult.failure();
|
||||||
}
|
}
|
||||||
}//end function
|
}//end function
|
||||||
|
|||||||
Reference in New Issue
Block a user