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

Be/task/logger #215

Merged
merged 21 commits into from
Dec 6, 2023
Merged

Be/task/logger #215

merged 21 commits into from
Dec 6, 2023

Conversation

twoo1999
Copy link
Collaborator

@twoo1999 twoo1999 commented Dec 6, 2023

❗ 배경

작업 배경에 대한 설명을 작성합니다.
Issue에 대한 링크를 첨부합니다.

winston logger 추가

🔧 작업 내역

작업한 내용들을 나열합니다.
간결하게 리스트 업하고, 자세한 설명은 아래 리뷰 노트에서 합니다.

🧪 테스트 방법

동작을 테스트할 수 있는 방법을 설명합니다.
앱 실행 방법일 수 있고, 유닛 테스트 실행 방법일 수 있습니다.

📝 리뷰 노트

작업 내역에 대한 자세한 설명을 작성합니다.

📸 스크린샷

작업한 내용에 대한 스크린샷, 영상 등을 첨부합니다.

추후 url 생성에 편의를 위해 url이 아닌 key로 저장
이미지 저장하는 부분을 멀티파트로 받고 이를 키로 저장, 저장된 키를 통해 presigned url을 통해 클라이언트로 응답
winston을 이용해서 로그를 출력하고 또한 파일로 저장한다.
@twoo1999 twoo1999 added the 🛠️ 환경 세팅 프로젝트/환경 설정 label Dec 6, 2023
@twoo1999 twoo1999 added this to the 🧱 코드 기반 다지기 milestone Dec 6, 2023
@twoo1999 twoo1999 self-assigned this Dec 6, 2023
@twoo1999 twoo1999 linked an issue Dec 6, 2023 that may be closed by this pull request
2 tasks
@twoo1999 twoo1999 added this pull request to the merge queue Dec 6, 2023
Merged via the queue into BE/release with commit a600177 Dec 6, 2023
@twoo1999 twoo1999 deleted the BE/task/logger branch December 6, 2023 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠️ 환경 세팅 프로젝트/환경 설정
Projects
Status: ✅ 완료
Development

Successfully merging this pull request may close these issues.

Logger 설정
1 participant