-
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
feat/78 Logging #97
feat/78 Logging #97
Conversation
src/main/kotlin/com/group4/ticketingservice/utils/exception/GlobalExceptionHandler.kt
Show resolved
Hide resolved
에러의 경우 Trace 출력해주세요. |
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #97 +/- ##
============================================
+ Coverage 84.21% 84.90% +0.69%
- Complexity 125 135 +10
============================================
Files 40 41 +1
Lines 551 583 +32
Branches 10 15 +5
============================================
+ Hits 464 495 +31
Misses 78 78
- Partials 9 10 +1
☔ View full report in Codecov by Sentry. |
Sevlet 특성상 content를 한번 밖에 읽지 못해서 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What is this PR?
Key Changes
기존 스프링부트의 로그 형식을 맞추되 ,
어떤 request에서 생기는 로그인지를 구분하기위해 요청마다 UUID와, 요청한 유저의 아이디를 같이 로그에 찍는다.
로그 설정은 resources/logback-spring.xml에서 확인할수있으며
로그 파일 저장 정책도 확인할수있다.
Test Checklist