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.
⚡️ 관련 이슈
#790
#791
📍주요 변경 사항
로그백 설정이 변경됩니다.
AS-IS
TO-BE
TimeBasedRollingPolicy에서는 파일별 용량을 고려해 rolling할 수 없기 때문에, 현재 실행중인 서버의 로그와 롤링된 파일의 이름이 동일합니다.
로그 경로와 이름이 동일하기 때문에 설정이 충돌되어 실행되지 않아요 😭
그래서 경로를 다르게 변경했습니다 😭
개발서버에서 실행 되는 거 확인했어요!!
🍗 PR 첫 리뷰 마감 기한
ASAP