라벨할당 수정, 상세 조회 API

This commit is contained in:
2026-01-02 20:19:54 +09:00
parent 513a2d3ebe
commit 89b1ea755f
8 changed files with 268 additions and 155 deletions

View File

@@ -463,7 +463,8 @@ public class GlobalExceptionHandler {
String stackTraceStr =
Arrays.stream(stackTrace)
.map(StackTraceElement::toString)
.collect(Collectors.joining("\n"));
.collect(Collectors.joining("\n"))
.substring(0, 255);
ErrorLogEntity errorLogEntity =
new ErrorLogEntity(