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] refactor: Logback에서 슬랙으로 알람을 보내는 기능을 제거하고, ErrorLoggerConfig를 삭제한다. (#875) #878

Merged
merged 3 commits into from
Apr 20, 2024

Conversation

seokjin8678
Copy link
Collaborator

📌 관련 이슈

✨ PR 세부 내용

Logback에서 슬랙으로 알람을 보내는 기능을 제거하고, ErrorLoggerConfig를 삭제했습니다.

이제 Grafana를 사용한 모니터링 서버가 구축되어, 더 상세하게 로그 분석이 가능해졌습니다.

그에따라 단순 로그가 발생해서 슬랙에 알람을 보내는 것이 아닌, 분에 몇 번 로그가 발생하는지에 따라 알람을 보낼 수 있습니다.

그렇기 때문에 기존 WAS에서 슬랙에 알람을 보내는 기능을 제거하고, 모니터링 서버에서 슬랙에 알람을 보내도록 합니다.

또한 ErrorLoggerConfig를 제거했는데, 이유는 해당 Config를 사용해서 Log를 빈으로 등록시켜야 할 필요가 없을 것 같습니다.
(기존에 아마 로그 별 레벨을 어떻게 처리하기 위해 해당 Config를 만들었던 것 같네요)

@seokjin8678 seokjin8678 added BE 백엔드에 관련된 작업 🏢 인프라 인프라에 관련된 작업 ⚙️ 리팩터링 리팩터링에 관련된 작업 🛠 수정 수정에 관련된 작업 labels Apr 19, 2024
@seokjin8678 seokjin8678 self-assigned this Apr 19, 2024
@github-actions github-actions bot requested review from BGuga, carsago and xxeol2 April 19, 2024 07:35
- 슬랙 웹훅 제거
Copy link

Test Results

199 files  199 suites   24s ⏱️
661 tests 661 ✅ 0 💤 0 ❌
674 runs  674 ✅ 0 💤 0 ❌

Results for commit 6254591.

@seokjin8678 seokjin8678 merged commit 1d34181 into dev Apr 20, 2024
3 checks passed
@seokjin8678 seokjin8678 deleted the feat/#875 branch April 20, 2024 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE 백엔드에 관련된 작업 ⚙️ 리팩터링 리팩터링에 관련된 작업 🏢 인프라 인프라에 관련된 작업 🛠 수정 수정에 관련된 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BE] logback에서 슬랙에 알람을 보내는 기능을 제거한다.
2 participants