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

Fix: ExceptionRestHandler 로깅을 ErrorType에 따른 레벨로 수정 #268

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

Jaewon-pro
Copy link
Member

🔗 이슈 연결

🚀 구현한 API

  • x

💡 반영할 내용 및 변경 사항 요약

  • 로깅 정보를 나타낼 ErrorType.Level enum 클래스를 추가합니다.
    • 예외 발생 시, ErrorType에 해당하는 로그 레벨로 로깅합니다.
    • 로깅 시, Exception 클래스 이름을 메세지와 함께 로깅하도록 합니다.
  • IllegalArgumentException 예외 처리를 ExceptionRestHandler에 추가합니다.

🔍 리뷰 요청/참고 사항

@Jaewon-pro Jaewon-pro self-assigned this Oct 15, 2024
Copy link
Collaborator

@hee9841 hee9841 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 👍

@Jaewon-pro Jaewon-pro merged commit 3aa6cbd into main Oct 16, 2024
1 check passed
@Jaewon-pro Jaewon-pro deleted the feature/#198/add-logging-for-exception branch October 16, 2024 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Logging 메세지, 레벨 설정
2 participants