Skip to content

Commit

Permalink
chore: 에러 해결용 에러 로깅 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
wjdtkdgns committed Jul 3, 2024
1 parent 4c20253 commit 4dcc761
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ class OidcService(
)
).build().verify(token)
} catch (e: Exception) {
logger.info { e.toString() }
throw InvalidTokenException(ErrorCode.INVALID_TOKEN)
}
}
Expand Down

0 comments on commit 4dcc761

Please sign in to comment.