日志打印 错误详情
This commit is contained in:
parent
8e30906499
commit
770b80711e
|
|
@ -118,6 +118,7 @@ public class CzgControllerAdvice {
|
|||
}
|
||||
|
||||
private void setErrorLog(Exception ex) {
|
||||
log.error("错误",ex);
|
||||
log.error(ex.getMessage());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue