打印更详细的错误日志

This commit is contained in:
zhouxiunai
2018-12-19 17:10:24 +08:00
parent 7e33b4e0a3
commit 3f45cfb899
@@ -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