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.
PR 요약
API별 요청 횟수 측정을 위한 로깅
요청의 Params, Body도 볼 수 있습니다! 🚀
구현한 내용 또는 수정한 내용
이렇게 보여줍니다:
Controller에서 끝나는 경우 : 정상 요청 및 응답
GlobalExceptionHandler에서 끝나는 경우 : 비정상 요청 및 응답
추가로 알리고 싶은 내용
레퍼런스 : Spring에서 Request를 우아하게 로깅하기
원래는
/error
로 리다이렉트되어야 하는데 (PERMITTED_URL에도 있음) , 원인 모를 무언가가 막고 있음. 원인 파악중관련 이슈
#80
체크리스트