forked from kookmin-sw/cap-template
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…e-2024-30 into feature/fe/#109-chatting
Deepl 추가
- 기존 번역 프롬프트 및 체인 삭제 - deepl 추가
오류 수정 및 필요 없는 코드 삭제
구글 검색 프롬프트를 한국어로 번역함
…e-2024-30 into feature/fe/#135-helperArticle
…okmin-sw/capstone-2024-30 into feature/fe/#135-helperArticle
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
로깅 강화 했습니다.
현재 로깅은 너무 쓸모 없는 정보만 로깅하는 느낌이라서, 로깅을 좀 더 자세하게 바꿨습니다.
참고자료
위 참고자료만 봐도, 로깅은 일단 최대한 자세히하고, 천천히 줄여가라고 했습니다.
실제로 부스 운영할 때도, 실시간으로 로그를 봐야되는 경우가 생길 수도 있어서 강화했습니다.
Related Issue
Issue Number : #230
Task Details
위 사진처럼 Gateway단에서 모든 Request를 로깅합니다.
Authorization 헤더가 있을 경우, 이 Token도 로깅 합니다.
추가적으로 Backend README 일부 작성했습니다. 좀 많아서 후에 이어서 하겠습니다.
Test Scope & Checklist (Optional)
Review Requirements
로깅은 사실 MSA 구조에서 Kafka를 통해 비동기적으로 각 서비스에서 로깅을 처리하는 것이 좋습니다.
하지만, 시간 부족으로 적용하지 못했습니다. 어쩔 수 없이, 각 컨테이너에 접근해서 로그를 보는 수 밖에 없습니다.