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

Fix: 날짜가 바뀌면 새로운 날짜 파일에 log를 기록하도록 수정 #278

Merged
merged 1 commit into from
Oct 26, 2024

Conversation

Jaewon-pro
Copy link
Member

🔗 이슈 연결

  • x

🚀 구현한 API

  • x

💡 반영할 내용 및 변경 사항 요약

새로운 날짜 로그 파일에 기록하지 않는 버그를 수정합니다.

[AS-IS]

  • SizeAndTimeBasedRollingPolicy를 사용합니다.
  • 이로 인해 날짜가 바뀌더라도 최대 용량에 미치지 않았으므로, 기존의 로그 파일에 계속 기록합니다.

[TO-BE]

  • TimeBasedRollingPolicy 로그 정책으로 변경합니다.
  • 날짜가 바뀌면 새로운 날짜에 해당하는 로그 파일을 생성합니다. 그리고 새로운 로그 파일에 기록합니다.

🔍 리뷰 요청/참고 사항

@Jaewon-pro Jaewon-pro added the bug Something isn't working label Oct 26, 2024
@Jaewon-pro Jaewon-pro self-assigned this Oct 26, 2024
@Jaewon-pro Jaewon-pro merged commit e6d098d into main Oct 26, 2024
1 check passed
@Jaewon-pro Jaewon-pro deleted the fix/log-date branch October 26, 2024 03:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant