[BE] refactor: Logback에서 슬랙으로 알람을 보내는 기능을 제거하고, ErrorLoggerConfig를 삭제한다. (#875) #878
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📌 관련 이슈
✨ PR 세부 내용
Logback에서 슬랙으로 알람을 보내는 기능을 제거하고, ErrorLoggerConfig를 삭제했습니다.
이제 Grafana를 사용한 모니터링 서버가 구축되어, 더 상세하게 로그 분석이 가능해졌습니다.
그에따라 단순 로그가 발생해서 슬랙에 알람을 보내는 것이 아닌, 분에 몇 번 로그가 발생하는지에 따라 알람을 보낼 수 있습니다.
그렇기 때문에 기존 WAS에서 슬랙에 알람을 보내는 기능을 제거하고, 모니터링 서버에서 슬랙에 알람을 보내도록 합니다.
또한
ErrorLoggerConfig
를 제거했는데, 이유는 해당 Config를 사용해서 Log를 빈으로 등록시켜야 할 필요가 없을 것 같습니다.(기존에 아마 로그 별 레벨을 어떻게 처리하기 위해 해당 Config를 만들었던 것 같네요)