diff --git a/src/main/java/ei/algobaroapi/global/exception/common/GlobalExceptionHandler.java b/src/main/java/ei/algobaroapi/global/exception/common/GlobalExceptionHandler.java index d9d374f..0b58fd0 100644 --- a/src/main/java/ei/algobaroapi/global/exception/common/GlobalExceptionHandler.java +++ b/src/main/java/ei/algobaroapi/global/exception/common/GlobalExceptionHandler.java @@ -54,6 +54,7 @@ public ResponseEntity catchGlobalCustomException(GlobalEntityExce @ExceptionHandler(RuntimeException.class) public ResponseEntity catchMemberPasswordException(RuntimeException e) { log.error(e.getMessage()); + e.printStackTrace(); return ResponseEntity.status(HttpStatus.INTERNAL_SERVER_ERROR) .body(ErrorResponse.of(