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

로그백 설정 오류로 서버가 실행되지 않는 버그 픽스 (re) #793

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

zeus6768
Copy link
Contributor

⚡️ 관련 이슈

#790
#791

📍주요 변경 사항

로그백 설정이 변경됩니다.

AS-IS

<file>${LOG_FILE_PATH}/${DATE_FORMAT}/error.log</file>
<fileNamePattern>${LOG_FILE_PATH}/%d{yyyy-MM-dd}/error.log</fileNamePattern>

TO-BE

<file>${LOG_FILE_PATH}/error.log</file>
<fileNamePattern>${LOG_FILE_PATH}/%d{yyyy-MM-dd}/error.log</fileNamePattern>

TimeBasedRollingPolicy에서는 파일별 용량을 고려해 rolling할 수 없기 때문에, 현재 실행중인 서버의 로그와 롤링된 파일의 이름이 동일합니다.

로그 경로와 이름이 동일하기 때문에 설정이 충돌되어 실행되지 않아요 😭

그래서 경로를 다르게 변경했습니다 😭

개발서버에서 실행 되는 거 확인했어요!!

🍗 PR 첫 리뷰 마감 기한

ASAP

@zeus6768 zeus6768 self-assigned this Oct 15, 2024
@zeus6768 zeus6768 added bug 개발자가 의도하지 않은 상황 zap 리뷰 우선순위가 높은 사항 BE 백엔드 labels Oct 15, 2024
@zeus6768 zeus6768 added this to the 6차 스프린트 🦴 milestone Oct 15, 2024
@jminkkk jminkkk merged commit 5e5efe2 into dev/be Oct 15, 2024
6 checks passed
@jminkkk jminkkk deleted the fix/790-log branch October 15, 2024 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE 백엔드 bug 개발자가 의도하지 않은 상황 zap 리뷰 우선순위가 높은 사항
Projects
Status: Weekend Done
Development

Successfully merging this pull request may close these issues.

5 participants