Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BE] 예외 Logging 시 요청 정보 추가 고도화 #468

Open
pilyang opened this issue Aug 12, 2023 · 0 comments
Open

[BE] 예외 Logging 시 요청 정보 추가 고도화 #468

pilyang opened this issue Aug 12, 2023 · 0 comments

Comments

@pilyang
Copy link
Collaborator

pilyang commented Aug 12, 2023

구현기능

  • 예외처리중 Request 정보가 없는 예외 로깅에 필요한 Request 정보 추가 (누락된 예외 메시지 처리 추가)
  • ex) 요청 보낸 사용자의 아이디 또는 이메일, 요청이 들어온 팀플레이스 아이디 등 request 에 있고, 예외상황을 추적할 수 있는 정보들

--- 누락된 Exception들

  • Auth : AuthenticationException
  • Feed : FeedException -> 요청 보낸 사용자, 팀플레이스 추적 불가
  • Member : MeberTeamPlaceExcetion -> 요청을 보낸 사용자의 id 추적 불가
  • Notice : NoticeException -> 요청보낸 사용자, 팀플레이스 추적 불가
  • Schedule : ScheduleException -> 요청을 보낸 사용자, 팀플레이스 추적 불가
  • TeamPlace : TeamPlaceException -> 요청을 보낸 팀플레이스와 사용자에 대한 정보 추적 불가

주의사항

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant