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

API 요청 로깅 #84

Merged
merged 5 commits into from
Sep 14, 2023
Merged

API 요청 로깅 #84

merged 5 commits into from
Sep 14, 2023

Conversation

wonslee
Copy link
Member

@wonslee wonslee commented Sep 13, 2023

PR 요약

API별 요청 횟수 측정을 위한 로깅
요청의 Params, Body도 볼 수 있습니다! 🚀

구현한 내용 또는 수정한 내용

이렇게 보여줍니다:
image
image
image

Controller에서 끝나는 경우 : 정상 요청 및 응답
GlobalExceptionHandler에서 끝나는 경우 : 비정상 요청 및 응답

추가로 알리고 싶은 내용

레퍼런스 : Spring에서 Request를 우아하게 로깅하기

  • 존재하지 않는 URI에 대한 요청을 핸들링하는건 작업중..
    원래는 /error 로 리다이렉트되어야 하는데 (PERMITTED_URL에도 있음) , 원인 모를 무언가가 막고 있음. 원인 파악중
  • 이전에 얘기한 JWT WARN 메세지는 일단 그대로 둘께요

관련 이슈

#80

체크리스트

  • 본인을 Assign해주시고, 본인을 제외한 백엔드 개발자를 Reviewer로 지정해주세요.
  • WBS 업데이트해주세요. (제목에 WBS 번호 달아주세요)
  • 라벨 체크해주세요.
  • .yml 파일 수정 내용이 있다면 공유해주세요!

@wonslee wonslee added the 📝 feature 새로운 기능 구현 label Sep 13, 2023
@wonslee wonslee requested a review from woo0doo September 13, 2023 13:02
@wonslee wonslee self-assigned this Sep 13, 2023
Copy link
Contributor

@woo0doo woo0doo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 상당히 맵네요.. 좋은 레퍼런스 공유감사합니다. 나중에 날잡고 정독해야겠어요ㅋㅋㅋ큐ㅠㅠㅠ

@wonslee wonslee merged commit df002de into develop Sep 14, 2023
1 check passed
wonslee added a commit that referenced this pull request Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📝 feature 새로운 기능 구현
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants