Skip to content

Commit

Permalink
chore: Redis 컨테이너 & WAS 컨테이너 연결 문제 진단을 위한 StackTrace 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
sdfgx123 committed Nov 13, 2023
1 parent 9bb39b6 commit d9b31f4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ public void startWorkUsingRedis(Long userId) {
throw new Exception500("REDIS LOCK 획득 실패");
}
} catch (Exception e) {
e.printStackTrace();
throw new Exception500("UNKNOWN ERROR");
}
}
Expand Down

0 comments on commit d9b31f4

Please sign in to comment.