|
@@ -42,7 +42,7 @@ public class GlobalExceptionHandler
|
|
|
@ExceptionHandler(CustomException.class)
|
|
|
public Response businessException(CustomException e)
|
|
|
{
|
|
|
- log.error(e.getMessage(), e);
|
|
|
+ log.error(e.getMessage());
|
|
|
// if (StringUtils.isNull(e.getCode()))
|
|
|
// {
|
|
|
// return Response.error().setMsg((e.getMessage()));
|