영상관리 등록 년도 tile 추가
This commit is contained in:
@@ -465,8 +465,7 @@ public class GlobalExceptionHandler {
|
||||
String stackTraceStr =
|
||||
Arrays.stream(stackTrace)
|
||||
.map(StackTraceElement::toString)
|
||||
.collect(Collectors.joining("\n"))
|
||||
.substring(0, 255);
|
||||
.collect(Collectors.joining("\n"));
|
||||
|
||||
String actionType = HeaderUtil.get(request, "kamco-action-type");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user