-
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
Fix/exception logger #191
Open
OKSUchun
wants to merge
17
commits into
main
Choose a base branch
from
fix/exception-logger
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Fix/exception logger #191
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* [FIX] add SSL configuration * [FIX] change backend port on docker-compose.yml * [FIX] add 80 backend port on docker-compose.yml
* [FIX] add SSL configuration * [FIX] change backend port on docker-compose.yml * [FIX] add 80 backend port on docker-compose.yml * [FIX] configure server.port=8080
* [FIX] add SSL configuration * [FIX] change backend port on docker-compose.yml * [FIX] add 80 backend port on docker-compose.yml * [FIX] configure server.port=8080 * [FIX] Add volumes to access keys * [FIX] change port 8443 * [FIX] change port 8080 * [FIX] change spring boot port to 8080
* [FIX] add SSL configuration * [FIX] change backend port on docker-compose.yml * [FIX] add 80 backend port on docker-compose.yml * [FIX] configure server.port=8080 * [FIX] Add volumes to access keys * [FIX] change port 8443 * [FIX] change port 8080 * [FIX] change spring boot port to 8080 * [FIX] change spring boot port to 8443
* [FIX] add SSL configuration * [FIX] change backend port on docker-compose.yml * [FIX] add 80 backend port on docker-compose.yml * [FIX] configure server.port=8080 * [FIX] Add volumes to access keys * [FIX] change port 8443 * [FIX] change port 8080 * [FIX] change spring boot port to 8080 * [FIX] change spring boot port to 8443 * [FIX] change spring boot port to 8080
- env 경로 설정 - port 443 설정
- dev, local : jpa, redis, cors 관련 logging level 설정 제거
- 로그 가독성 향상 목적 - spring.jpa.properties.hibernate.dialect 제거 - spring.jpa.open-in-view=true 기재
- 목적: DTO 동등성 비교를 위한 EqualsAndHashCode 설정 - lombok EqualsAndHashCode annotation 추가
- Exception 발생 시 log level, logging 양식 설정 - CustomException : field logMessage 생성 - CustomException 발생시 개발자가 디버그에 용이하도록 logMessage 전달
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 타입(하나 이상의 PR 타입을 선택해주세요)
-[] 기능 추가
-[] 기능 삭제
-[] 버그 수정
-[v] 의존성, 환경 변수, 빌드 관련 코드 업데이트
반영 브랜치
fix/exception-logger -> dev
변경 사항
GlobalExceptionHandler
CustomException
,IllegalArgumentException
,NullPointerException
에 대한 특정 Exception 별 핸들러를 사용했습니다.CustomException
테스트 결과