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

Feature: 로그 설정(#83) #84

Merged
merged 2 commits into from
Dec 3, 2024
Merged

Conversation

yooooonshine
Copy link
Member

issue

구현 의도

  • dev로 배포가 됐을 때에 콘솔과 파일에 쓰이도록 한다.
  • 로컬에서는 콘솔에만 쓰이도록 한다.

구현 사항

  • 로그 파일은 날짜별로 쌓이도록 했다.
  • 로그는 최대 30일까지 보관되도록했다.
  • 각 파일은 50MB로 잡았고, 이를 넘으면 버전이 올라가도록했다.
  • 로그파일 총 용량은 1GB로 잡았다.

@yooooonshine yooooonshine linked an issue Dec 3, 2024 that may be closed by this pull request
3 tasks
@yooooonshine yooooonshine merged commit 84d97ef into develop Dec 3, 2024
1 check passed
@yooooonshine yooooonshine deleted the feature/83-implement-logback branch December 12, 2024 02:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Log 설정
1 participant