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.
dev 서버에서의 로깅 설정 진행했습니다.
이전 회의에서 이야기한 바와 같이 warn과 error에 대해 아래와 같은 형식으로 진행했습니다. (에러는 아래 내용에 stacktrace가 추가됩니다. 길어서 생략)
바뀐 점이라면 version이 추가되고 사용자 아이디가 없어졌습니다.
이 부분에 대해 의견을 여쭤보고 싶었습니다.
일단, 버전의 경우 저희가 나중에 여러 버전이 생기게 되면 어떤 버전에서 발생한 문제인지 알아야 문제의 원인을 파악하기에 더 좋을 것 같아 추가했습니다.
그리고 사용자 아이디의 경우 어떻게 가져올 수 있을지에 대해 좀 더 고민해봐야 할 것 같습니다. 당장은 어떤 식으로 가져오는 것이 효율적일지 잘 모르겠기도 하고, 사용자 아이디를 사용하지 않는 부분이라면 어떻게 해야 할지에 대한 고민들이 있는 상태라 이번 pr에서는 제외하려고 합니다. 괜찮을까요?
추가로 기존 저희의 컨벤션은 private 메서드들에 대해 여러 곳에서 사용하더라도 첫 번째로 사용한 메서드 바로 아래 위치하기로 했습니다.
그런데
GlobalExceptionHandler
에서 해당 컨벤션을 사용하면 오히려 가독성이 좋지 않을 것이라 판단해 모두 아래에 위치해두었는데 괜찮을까요?