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/be/#230 Global Logging 추가 + Backend README 일부 작성 #231

Merged
merged 222 commits into from
May 22, 2024

Conversation

mclub4
Copy link

@mclub4 mclub4 commented May 21, 2024

Overview

로깅 강화 했습니다.

현재 로깅은 너무 쓸모 없는 정보만 로깅하는 느낌이라서, 로깅을 좀 더 자세하게 바꿨습니다.

참고자료

위 참고자료만 봐도, 로깅은 일단 최대한 자세히하고, 천천히 줄여가라고 했습니다.

실제로 부스 운영할 때도, 실시간으로 로그를 봐야되는 경우가 생길 수도 있어서 강화했습니다.

Related Issue

Issue Number : #230

Task Details

image

위 사진처럼 Gateway단에서 모든 Request를 로깅합니다.
Authorization 헤더가 있을 경우, 이 Token도 로깅 합니다.

추가적으로 Backend README 일부 작성했습니다. 좀 많아서 후에 이어서 하겠습니다.

Test Scope & Checklist (Optional)

  • Global Logging 확인

Review Requirements

로깅은 사실 MSA 구조에서 Kafka를 통해 비동기적으로 각 서비스에서 로깅을 처리하는 것이 좋습니다.
하지만, 시간 부족으로 적용하지 못했습니다. 어쩔 수 없이, 각 컨테이너에 접근해서 로그를 보는 수 밖에 없습니다.

ji-hunc and others added 30 commits April 29, 2024 17:23
- 기존 번역 프롬프트 및 체인 삭제
- deepl 추가
오류 수정 및 필요 없는 코드 삭제
구글 검색 프롬프트를 한국어로 번역함
@mclub4 mclub4 added 💩 chore This will not be worked on 🔒 BE backend task 🔨 setting labels May 21, 2024
@mclub4 mclub4 requested a review from BlueBerrySoda May 21, 2024 19:00
@BlueBerrySoda BlueBerrySoda merged commit 82e9257 into develop-back May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔒 BE backend task 💩 chore This will not be worked on 🔨 setting
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants