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

feat: ExceptionHandler 로깅 디버그일 때 출력, 각 컴포넌트에서 로깅하도록 변경 (#62) #63

Merged
merged 2 commits into from
Dec 30, 2023

Conversation

seokjin8678
Copy link
Contributor

관련 이슈

PR 세부 내용

이슈 내용 그대로, ExceptionHandler에서 GalaxyhubException에 대한 로깅을 debug 레벨에서만 하도록 변경했습니다.

이렇게 변경되면 Crawler 에서 발생하는 예외가 로깅이 되지 않으므로 따로 로그 처리를 해줘야 했습니다.
하지만 Crawler는 추가될 구현체들이 많기 때문에 중복된 로그 코드가 발생할게 분명합니다.

따라서 AOP를 사용하여 Crawler 인터페이스를 구현한 클래스에 예외가 발생하면 로그를 남기도록 하였습니다.

Copy link

Test Results

20 files  20 suites   3s ⏱️
62 tests 62 ✅ 0 💤 0 ❌
80 runs  80 ✅ 0 💤 0 ❌

Results for commit ba75301.

@Laeng Laeng merged commit d5d8c1a into dev Dec 30, 2023
3 checks passed
@Laeng Laeng deleted the feat/#62 branch December 30, 2023 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠 수정 수정에 관한 작업
Projects
None yet
2 participants