[BE] fix: logback으로 남기는 로그 통합 (#888) #889
Draft
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으로 남기는 로그 구분을 하나로 통합했습니다.
springProfile
별로 나뉘어진 중복된 로그 설정을 하나로 통합했고, 로그는/log/{level}/
디렉터리에 남겨집니다.추가로
GlobalExceptionHandler
에서 사용하던ErrorLogger
를@Slf4j
사용하도록 변경했습니다.