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

로그 및 SQL 진입점 정보 추가하기 #56

Closed
haeyonghahn opened this issue Mar 8, 2024 · 0 comments · Fixed by #57
Closed

로그 및 SQL 진입점 정보 추가하기 #56

haeyonghahn opened this issue Mar 8, 2024 · 0 comments · Fixed by #57
Assignees
Labels
feat 새로운 기능 추가

Comments

@haeyonghahn
Copy link
Member

기능 요청이 문제와 관련되어 있습니까? 설명해주세요.

  • 애플리케이션 또는 시스템에서 사용자 요청이 들어왔을 때 문제 추적을 위한 로그 기록.

원하는 솔루션 설명

  • 특정 진입점에서 발생하는 과도한 데이터베이스 액세스나 비효율적인 쿼리를 식별
  • slow query 목록, DB의 MySQL에서 slow query 리스트를 확인할 수 있지만 각 쿼리가 어디서 실행됐는지는 직접 코드에서 확인이 필요.
  • 문제가 발생했을 때 어떤 진입점에서 해당 SQL 요청이 발생했는지 쉽게 파악할 수 있고, 이로써 디버깅 시간 단축.

고려한 대안을 기술하세요

  • MDC(Mapped Diagnostic Context) 활용 : 자바 로깅 프레임워크(slf4j 등)에서 지원하는, 현재 실행중인 쓰레드 단위에 메타 정보를 넣고 관리하는 공간.
  • 참고 : https://techblog.woowahan.com/13429/

추가 컨텍스트
여기에 기능 요청에 대한 다른 컨텍스트나 스크린샷을 추가하세요.

@haeyonghahn haeyonghahn added the feat 새로운 기능 추가 label Mar 8, 2024
@haeyonghahn haeyonghahn self-assigned this Mar 8, 2024
haeyonghahn added a commit that referenced this issue Mar 8, 2024
- 로그 포맷 수정
- 진입점 추가

Resolves: feat/#56
@haeyonghahn haeyonghahn linked a pull request Mar 9, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 새로운 기능 추가
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant